committed by
Steve Chavez
parent
e82dc41a6a
commit
43a8745e62
@@ -7,6 +7,11 @@ A connection pool is a cache of reusable database connections. It allows serving
|
||||
|
||||
Minimizing connections is paramount to performance. Each PostgreSQL connection creates a process, having too many can exhaust available resources.
|
||||
|
||||
Connection String
|
||||
-----------------
|
||||
|
||||
For connecting to the database, the pool requires a connection string. You can can configure it using :ref:`db-uri`.
|
||||
|
||||
.. _pool_growth_limit:
|
||||
.. _dyn_conn_pool:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user