Changes to connection handling with Aurora Postgres?

0

Were any changes made to how connections are handled between PostgreSQL and Aurora Postgres? Specifically, there are limitations in Postgres with connections due to memory usage, and a customer wants to know if any improvements were made with Aurora.

In addition, if the connection "math" is the same as vanilla Postgres, is the total max connections for a cluster equal to the # of replicas * max connections per, or something else?

Thanks for any insights!

AWS
asked 5 years ago261 views
1 Answer
0
Accepted Answer

This documentation page shows the difference between Aurora PostgreSQL and plain vainilla PostgreSQL on RDS: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraPostgreSQL.Compare.html

Likewise, these are the features that are supported in PostgreSQL on RDS: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.FeatureSupport.Extensions

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions