mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
11 lines
415 B
Plaintext
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/
|