Ecosystem:PostgreSQL only:Connection pooling

From PostgreSQL wiki
Jump to navigationJump to search

Pgpool-II

  • Provider -- Pgpool-II Global Development Group
  • Website -- https://pgpool.net
  • License -- PostgreSQL License
  • Interoperability level -- PostgreSQL 7.3 or higher
  • Verified PostgreSQL versions -- PostgreSQL 7.3 or higher
  • Last update (YYYY-MM-DD) -- 2018-04-26
  • Description -- Pgpool-II is a cluster management tool for PostgreSQL. It provides features currently lacking in PostgreSQL: automatic failover, automatic query dispatching to master (primary) server and slave (standby) servers, load balancing for SELECTs, session level connection pooling, in memory query cache and more. Pgpool-II is mostly transparent to non-cluster-aware PostgreSQL applications. Also Pgpool-II provides built-in High Availability feature to protect Pgpool-II itself.
  • Additional info -- click here