|
|
|
|
|
by aarondf
1331 days ago
|
|
I think you can start to hit connection limit walls with RDS at several hundred connections, depending on your instance size. Running an even moderately busy app you could hit those pretty quickly. I would hate to have to change my entire infrastructure at such an early stage because the DB was hitting connection limits! Would you ever need a million open connections? Probably not! But you'll likely want more than 500 at some point. And if your entire stack is serverless already, it'd be nice if the DB could handle that relatively low number of connections too. |
|
Even if you have a server with hundreds of cores your database probably can't be actively working on more than a small multiple of the number of the cores.