1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/databases/pgpool-II/pkg-descr
Jun Kuriyama 1452785f16 - Upgrade to 3.1.6.
- Add --with-openssl knob.

PR:		ports/175886
Submitted by:	gor <gor@bss.org.ua>
2013-03-03 11:51:05 +00:00

11 lines
415 B
Plaintext

pgpool-II allows multiple PostgreSQL servers (DB nodes) to be
connected, which enables queries to be executed simultaneously on all
servers.
It enables "parallel query" processing. Also, pgpool-II can be started
as pgpool-I by changing configuration parameters. pgpool-II that is
executed in pgpool-I mode enables multiple DB nodes to be connected,
which was not possible in pgpool-I.
WWW: http://www.pgpool.net/