Difference between revisions of "Documentation"

From pgpool Wiki
Jump to: navigation, search
(Blog posts by pgpool developers)
(5 intermediate revisions by 2 users not shown)
Line 28: Line 28:
 
*** [https://www.pgpool.net/docs/latest/en/html/example-basic.html English] [https://www.pgpool.net/docs/latest/ja/html/example-basic.html Japanese]
 
*** [https://www.pgpool.net/docs/latest/en/html/example-basic.html English] [https://www.pgpool.net/docs/latest/ja/html/example-basic.html Japanese]
 
** Watchdog:
 
** Watchdog:
*** Basic: [https://www.pgpool.net/docs/latest/en/html/example-watchdog.html English] [https://www.pgpool.net/docs/latest/ja/html/example-watchdog.html Japanese]
 
 
*** master-slave mode: [https://www.pgpool.net/docs/latest/en/html/example-cluster.html English] [https://www.pgpool.net/docs/latest/ja/html/example-cluster.html Japanese]
 
*** master-slave mode: [https://www.pgpool.net/docs/latest/en/html/example-cluster.html English] [https://www.pgpool.net/docs/latest/ja/html/example-cluster.html Japanese]
 
** AWS Configuration Example
 
** AWS Configuration Example
 
*** [https://www.pgpool.net/docs/latest/en/html/example-aws.html English] [https://www.pgpool.net/docs/latest/ja/html/example-aws.html Japanese]
 
*** [https://www.pgpool.net/docs/latest/en/html/example-aws.html English] [https://www.pgpool.net/docs/latest/ja/html/example-aws.html Japanese]
** Pgpool-II on Kubernetes'''
+
** Aurora Configuration Example
 +
*** [https://www.pgpool.net/docs/latest/en/html/example-aurora.html English] [https://www.pgpool.net/docs/latest/ja/html/example-aurora.html Japanese]
 +
** Kubernetes Configuration Example
 +
*** [https://www.pgpool.net/docs/latest/en/html/example-kubernetes.html English] [https://www.pgpool.net/docs/latest/ja/html/example-kubernetes.html Japanese]
 
*** [https://github.com/pgpool/pgpool2_on_k8s/blob/master/docs/index.md English]
 
*** [https://github.com/pgpool/pgpool2_on_k8s/blob/master/docs/index.md English]
 
** Pgpool-II Exporter'''
 
** Pgpool-II Exporter'''
Line 61: Line 63:
 
== Blog posts by pgpool developers ==
 
== Blog posts by pgpool developers ==
  
 +
* [https://b-peng.blogspot.com/2021/03/logging-pgpool-on-k8s.html Logging of Pgpool-II on Kubernetes] By Bo Peng (2021/3/30]
 +
* [https://b-peng.blogspot.com/2021/02/clustering-modes-in-pgpool.html  Pgpool-II's Clustering Modes] By Bo Peng (2021/2/28)
 +
* [https://pgsqlpgpool.blogspot.com/2021/02/what-pool-means-in-pgpool-ii.html What "pool" means in Pgpool-II?] By Tatsuo Ishii (2021/2/6)
 +
* [https://b-peng.blogspot.com/2021/01/statistics-in-pgpool.html Various Ways to Retrieve Pgpool-II's Statistics] By Bo Peng (2021/1/31)
 +
* [https://b-peng.blogspot.com/2020/12/load-balancing-in-pgpool.html Query Load Balancing in Pgpool-II] By Bo Peng (2020/12/29)
 +
* [https://pgsqlpgpool.blogspot.com/2020/12/timeouts-in-pgpool-ii-connections.html Timeouts in Pgpool-II connections] By Tatsuo Ishii (2020/12/27)
 +
* [https://b-peng.blogspot.com/2020/11/pgpool2-on-k8s.html  Deploy Pgpool-II on Kubernetes to Achieve Query Load Balancing and Monitoring] By Bo Peng (2020/11/30)
 
* [https://b-peng.blogspot.com/2020/10/pgpool2-exporter.html Monitoring PostgreSQL Cluster via Pgpool-II with Prometheus] By Bo Peng (2020/10/31)
 
* [https://b-peng.blogspot.com/2020/10/pgpool2-exporter.html Monitoring PostgreSQL Cluster via Pgpool-II with Prometheus] By Bo Peng (2020/10/31)
 
* [https://www.highgo.ca/2020/10/08/configuring-pgpool-ii-watchdog-its-going-to-be-a-lot-easier/ Configuring Pgpool-II watchdog: It’s going to be a lot easier] By Muhammad Usama (2020/10/08)
 
* [https://www.highgo.ca/2020/10/08/configuring-pgpool-ii-watchdog-its-going-to-be-a-lot-easier/ Configuring Pgpool-II watchdog: It’s going to be a lot easier] By Muhammad Usama (2020/10/08)

Revision as of 11:58, 10 April 2021

Official documentation



Developer's documentation

Blog posts by pgpool developers