Difference between revisions of "Documentation"

From pgpool Wiki
Jump to: navigation, search
(Official documentation)
(Blog posts by pgpool developers)
Line 58: Line 58:
  
 
== Blog posts by pgpool developers ==
 
== Blog posts by pgpool developers ==
 +
 +
* [https://b-peng.blogspot.com/2020/07/connection-pooling-in-pgpool.html  Connection Pooling in Pgpool-II] By Bo Peng (2020/07/31)
 +
* [https://pgsqlpgpool.blogspot.com/2020/07/snapshot-isolation-mode.html Snapshot Isolation Mode  ] By Tatsuo Ishii (2020/07/25)
 
* [https://www.highgo.ca/2020/02/25/setting-up-ssl-certificate-authentication-with-pgpool-ii/ Setting up SSL certificate authentication with Pgpool-II]  By Muhammad Usama (2020/02/25)
 
* [https://www.highgo.ca/2020/02/25/setting-up-ssl-certificate-authentication-with-pgpool-ii/ Setting up SSL certificate authentication with Pgpool-II]  By Muhammad Usama (2020/02/25)
* '''Pgpool-II 4.1 New Features'''
+
* [http://pgsqlpgpool.blogspot.com/2019/07/when-primary-server-is-far-away-from.html When primary server is far away from standby server] By Tatsuo Ishii (2019/07/24)
** [http://pgsqlpgpool.blogspot.com/2019/07/when-primary-server-is-far-away-from.html When primary server is far away from standby server] By Tatsuo Ishii (2019/07/24)
+
* [https://www.highgo.ca/2019/07/19/pgpool-ii-4-1-taking-the-bull-by-its-horn/ Pgpool II 4.1 taking the bull by its horn] By Ahsan Hadi (2019/07/19)
** [https://www.highgo.ca/2019/07/19/pgpool-ii-4-1-taking-the-bull-by-its-horn/ Pgpool II 4.1 taking the bull by its horn] By Ahsan Hadi (2019/07/19)
+
* [http://pgsqlpgpool.blogspot.com/2019/04/statement-level-load-balancing.html Statement level load balancing] By Tatsuo Ishii (2019/04/01)
** [http://pgsqlpgpool.blogspot.com/2019/04/statement-level-load-balancing.html Statement level load balancing] By Tatsuo Ishii (2019/04/01)
+
* [http://pgsqlpgpool.blogspot.com/2019/03/shared-relation-cache.html Shared Relation Cache] By Tatsuo Ishii (2019/03/24)
** [http://pgsqlpgpool.blogspot.com/2019/03/shared-relation-cache.html Shared Relation Cache] By Tatsuo Ishii (2019/03/24)
 
 
 
 
* [http://realtechtalks.com/index.php/2019/04/02/pgpool-ii-load-balancing/ Can you gain performance with Pgpool-II as a load balancer?] By Muhammad Usama (2019/04/02)
 
* [http://realtechtalks.com/index.php/2019/04/02/pgpool-ii-load-balancing/ Can you gain performance with Pgpool-II as a load balancer?] By Muhammad Usama (2019/04/02)
 
* '''old blog posts'''
 
* '''old blog posts'''

Revision as of 07:54, 6 August 2020

Official documentation



Developer's documentation

Blog posts by pgpool developers