diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2015-06-04 18:43:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-04 18:43:49 +0700 |
commit | 704cfcbf6927a705cfc48456bdf138ec06c932d8 (patch) | |
tree | b58cbf6cfc0f0745f44cbb62b609e91b2e111a58 /network/pgbouncer/README | |
parent | 472be5a7563a1f0c20396728e9cd7938eb31896a (diff) |
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/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/pgbouncer/README b/network/pgbouncer/README new file mode 100644 index 000000000000..c93cb0bd1779 --- /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. |