Files
confdroid_pgbouncer/README.md

13 lines
744 B
Markdown
Raw Normal View History

2025-12-06 12:02:27 +01:00
# README
2025-12-06 10:36:17 +00:00
2025-12-06 12:02:27 +01:00
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_pgbouncer)](https://jenkins.confdroid.com/job/confdroid_pgbouncer/)
2026-02-24 18:59:31 +01:00
[![Security Hotspots](https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_pgbouncer&metric=security_hotspots&token=sqb_14b3b9e1feb1a04243c8e2bbef2a7db64824068a)](https://sonarqube.confdroid.com/dashboard?id=confdroid_pgbouncer)
- [README](#readme)
- [Purpose](#purpose)
2025-12-06 10:36:17 +00:00
2025-12-06 12:02:27 +01:00
# Purpose
2025-12-06 10:36:17 +00:00
`Pgbouncer` is a loadbalancer for postgresql connections and very helpful in managing aspects of postgresql performance through the reuse of connections.
2025-12-06 10:36:17 +00:00
2025-12-06 12:34:43 +01:00
`confdroid_pgbouncer`is a standalone container suitable for running on kubernetes etc to facilitate loadbalancer deployments.