Skip to main content
Connection Pooler
Last update:

Connection Pooler

In PostgreSQL for 1C, a separate process is created to process each client connection. The greater the number of connections, the more processes that use RAM.

To manage client connections, a connection pooler is used. Clients do not connect directly to PostgreSQL for 1C, but to the connection pooler. A small number of connections between the pooler and the PostgreSQL for 1C server are supported — the pooler creates a new connection or reuses one of the existing ones.

PostgreSQL cloud database clusters for 1C utilize the 1C platform connection pooler.