Skip to main content

Concepts

The PostgreSYS Platform, built entirely on open-source software, comprises a range of essential components, each specializing in a critical aspect or function of a database environment. The following topics outline key concepts to help understand these components.

Connection Pool

PgBouncer acts as an intermediary between client applications and the PostgreSQL server, handling authentication and efficient connection pooling. The authentication process ensures that only authorized clients have access to the instance's databases.

Terminologies

See the main terms used in this documentation.