All Collections
PostgreSQL
Multi-tenancy
How does connection pooling work in PostgreSQL?
How does connection pooling work in PostgreSQL?

Efficiently manage resources for multiple databases

Bakul Banthia avatar
Written by Bakul Banthia
Updated over a week ago

PostgreSQL has process-based connections, which leads to resource waste in setting up and tearing down connections, especially if they are short-lived in nature. Tessell offers managed support for creating a dedicated connection pool for your databases in the database service. This saves precious resources that would otherwise be wasted in setting up and tearing down connections to the database. This also translates into a much better response time for your application.

Did this answer your question?