Pgpool-II

来自牛奶河Wiki
阿奔讨论 | 贡献2023年9月3日 (日) 14:58的版本
跳到导航 跳到搜索

Pgpool-II 使用 PostgreSQL 的前、后端协议,并在后端和前端之间中继消息。数据库应用程序(前端)认为 Pgpool-II 是 PostgreSQL 服务器,而服务器(后端)将 Pgpool-II 视为客户端。

由于 Pgpool-II 对服务器和客户端都是透明的,因此现有的数据库应用程序几乎可以无需更改地与 Pgpool-II 一起使用。

Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the following features.

  • Connection Pooling
  • Replication
  • Load Balancing
  • Limiting Exceeding Connections
  • Watchdog
  • In Memory Query Cache

Stable versions

Pgpool-II: 4.4, 4.3, 4.2, 4.1, 4.0


参考

  1. What is Pgpool-II?