Now, as co-founder and CEO of NEXTGRES, I've been working on a better and more seamless solution: in-database connection pooling. Our new extension integrates directly into Postgres, removing the hassle of external setup. It’s designed to significantly enhance how Postgres manages high volumes of connections, making life a lot easier for anyone running large-scale instances.
While this is only our Alpha release, which reimagines Konstantin Knizhnik's old connection proxy patch as an extension, it surpasses 100k connections without significant degradation. Our second, not-yet-released Beta version incorporates a stripped-down embedded version of PgBouncer to handle several aspects better than the original patch. Both Alpha and Beta gave us insights into significant areas of improvement, which are being applied to our current production-grade version in development, soon to be released.
After talking to a few people who tried this old version out and thought it was a really cool extension, we decided to release it in the spirit of "Release Early, Release Often." Feel free to try it out, give us some feedback, and see what it's like to enjoy the benefits of connection pooling without the external configuration and management hassle.
That said, please avoid using this in a production environment as it was designed primarily for evaluation purposes, and we omitted aspects not relevant to our tests :)