Skip to content

Pgpool is a middleware that works between PostgreSQL servers and a PostgreSQL database client

License

Notifications You must be signed in to change notification settings

rahul-rj/pgpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for postgresql and pgpool

  1. pgpool: Used as a middleware service between postgresql-server and postgresql-client. Required to perform the automatic switchover in case of failure of master DB. Also works as a load balancer, reads from both DBs as DBs are in replication mode and writes to the Master DB.

  2. postgresql: The Master/Slave server with streaming replication enabled.

About

Pgpool is a middleware that works between PostgreSQL servers and a PostgreSQL database client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages