This PR introduces an improvement to the PgBouncer configuration by switching the connection method to PostgreSQL from TCP/IP to Unix socket directory. \
This change can improve performance by reducing latency, this is important for databases with a large number of high-frequency calls with a low latency requirement.
This PR introduces an improvement to the PgBouncer configuration by switching the connection method to PostgreSQL from TCP/IP to Unix socket directory. \ This change can improve performance by reducing latency, this is important for databases with a large number of high-frequency calls with a low latency requirement.
Example:
Details here and here