summaryrefslogtreecommitdiffstats
path: root/network/pgbouncer/README
diff options
context:
space:
mode:
author Antonio Hernández Blas2015-06-04 13:43:49 +0200
committer Willy Sudiarto Raharjo2015-06-04 13:43:49 +0200
commit704cfcbf6927a705cfc48456bdf138ec06c932d8 (patch)
treeb58cbf6cfc0f0745f44cbb62b609e91b2e111a58 /network/pgbouncer/README
parent472be5a7563a1f0c20396728e9cd7938eb31896a (diff)
downloadslackbuilds-704cfcbf6927a705cfc48456bdf138ec06c932d8.tar.gz
network/pgbouncer: Added (connection pooler for PostgreSQL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..c93cb0bd17
--- /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.