Fix typo in PgBouncer website URL (#7542)

* Fix typo in PgBouncer website URL

* Revert the JSON File for PgBouncer
pull/7533/head
Vishnu Vardhan 1 month ago committed by GitHub
parent 4a8ddf5687
commit a7b40f047c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/postgresql-dba/content/pgbouncer@aKQI7aX4bT_39bZgjmfoW.md

@ -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…
Cancel
Save