套件: pgpool2 (2.3.2.1-0ubuntu1) [universe]
pgpool2 的相關超連結
Ubuntu 的資源:
下載原始碼套件 pgpool2:
維護者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Peter Eisentraut
It should generally not be necessary for users to contact the original maintainer.
外部的資源:
- 主頁 [pgpool.projects.postgresql.org]
相似套件:
connection pool server and replication proxy for PostgreSQL
pgpool is a connection pool server for PostgreSQL, running between PostgreSQL's client and server. Any PostgreSQL client can connect to pgpool as if it's a real PostgreSQL server; pgpool caches the connection to the PostgreSQL server to reduce the overhead involved in establishing the connection to it. pgpool-II can also be used to execute queries simultaneously on several servers, that is, "parallel query" processing. Finally, pgpool can be used for fail over purposes. If the first server goes down, pgpool will automatically switch to the secondary server.
其他與 pgpool2 有關的套件
|
|
|
-
- dep: libc6 (>= 2.11)
- Embedded GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libpq5 (>= 8.4~0cvs20090328)
- PostgreSQL C client library
-
- dep: lsb-base (>= 3.0-3)
- Linux Standard Base 4.0 init script functionality
-
- dep: postgresql-common (>= 26)
- PostgreSQL database-cluster manager