Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

0% Positive

Analyzed from 116 words in the discussion.

Trending Topics

#connections#postgres#connection#incoming#load#large#don#scale#running#rdbms

Discussion (7 Comments)Read Original on HackerNews

sgarland•about 1 hour ago
How people are running any RDBMS in prod — but especially Postgres - and not using a connection pooler with the capability to pause incoming connections is beyond me.

The entire “how do we drain connections” issue described in TFA becomes trivial, as does gradually raising the amount of incoming connections, let alone the load advantages from multiplexing the client connections.

d4v3•about 1 hour ago
Separate high-frequency operational state from large, flexible, searchable metadata. It is bad data models that don't scale
CubsFan1060•about 1 hour ago
15,000 database connections seems like a lot. Is that a scale Postgres supports very well?
hylaride•about 1 hour ago
> with an unusually large load we surpassed our provisioned IO on the underlying volume

Sounds like they could have benefitted from Aurora's storage model (though there are reasons not to use it, too).

nosefrog•37 minutes ago
Don't reboot the db during your next outage.
tony_cannistra•about 1 hour ago
Yeah. This is why we have connection pooling.