mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 14:18:17 +01:00
Fix typo in PgBouncer website URL (#7542)
* Fix typo in PgBouncer website URL * Revert the JSON File for PgBouncer
This commit is contained in:
parent
4a8ddf5687
commit
a7b40f047c
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
PgBouncer is a lightweight connection pooler for PostgreSQL, designed to reduce the overhead associated with establishing new database connections. It sits between the client and the PostgreSQL server, maintaining a pool of active connections that clients can reuse, thus improving performance and resource utilization. PgBouncer supports multiple pooling modes, including session pooling, transaction pooling, and statement pooling, catering to different use cases and workloads. It is highly configurable, allowing for fine-tuning of connection limits, authentication methods, and other parameters to optimize database access and performance.
|
PgBouncer is a lightweight connection pooler for PostgreSQL, designed to reduce the overhead associated with establishing new database connections. It sits between the client and the PostgreSQL server, maintaining a pool of active connections that clients can reuse, thus improving performance and resource utilization. PgBouncer supports multiple pooling modes, including session pooling, transaction pooling, and statement pooling, catering to different use cases and workloads. It is highly configurable, allowing for fine-tuning of connection limits, authentication methods, and other parameters to optimize database access and performance.
|
||||||
|
|
||||||
- [@official@PgBounder Website](https://www.pgbouncer.org/)
|
- [@official@PgBouncer Website](https://www.pgbouncer.org/)
|
||||||
- [@opensource@pgbounder/pgbouncer](https://github.com/pgbouncer/pgbouncer)
|
- [@opensource@pgbouncer/pgbouncer](https://github.com/pgbouncer/pgbouncer)
|
Loading…
x
Reference in New Issue
Block a user