aboutsummaryrefslogtreecommitdiff
path: root/network/pgbouncer/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/pgbouncer/README')
-rw-r--r--network/pgbouncer/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/pgbouncer/README b/network/pgbouncer/README
new file mode 100644
index 0000000000000..c93cb0bd17796
--- /dev/null
+++ b/network/pgbouncer/README
@@ -0,0 +1,9 @@
+pgbouncer (Lightweight connection pooler for PostgreSQL)
+
+pgbouncer is a PostgreSQL connection pooler. Any target application
+can be connected to pgbouncer as if it were a PostgreSQL server,
+and pgbouncer will create a connection to the actual server, or it
+will reuse one of its existing connections.
+
+The aim of pgbouncer is to lower the performance impact of opening
+new connections to PostgreSQL.