postgresql icon indicating copy to clipboard operation
postgresql copied to clipboard

Support for connection pooling

Open TheGeekPharaoh opened this issue 8 years ago • 0 comments

The ability to leverage a pool of PostgreSQL connections rather than creating one every time would be a huge improvement in performance and stability. As it stands now, unless I do manual checking in my code it would be trivial to exhaust the number of available connections from the server if accessing the database through REST calls, etc.

TheGeekPharaoh avatar Nov 30 '17 17:11 TheGeekPharaoh