17bbcb18de
PostgreSQL database client. It provides the following features: + Connection Pooling + Replication + Load Balance + Limiting Exceeding Connections + Parallel Query with tweaks from ajacoutot@, thanks. ok ajacoutot@
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
pgpool-II is a middleware that sits between PostgreSQL servers and a
|
|
PostgreSQL database client. It provides the following features:
|
|
|
|
+ Connection Pooling
|
|
+ Replication
|
|
+ Load Balance
|
|
+ Limiting Exceeding Connections
|
|
+ Parallel Query
|