Postgres locks do not scale(recall.ai) |
Postgres locks do not scale(recall.ai) |
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.
Sounds like they could have benefitted from Aurora's storage model (though there are reasons not to use it, too).