Difference between revisions of "Documentation"
(→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) | ||
− | + | * [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) | |
− | + | * [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://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
- Pgpool-II
- Pgpool-II manual (English)
- Pgpool-II 4.1
- Pgpool-II 4.0
- Pgpool-II 3.7
- Pgpool-II 3.6
- Pgpool-II manual (Japanese)
- Pgpool-II 4.1
- Pgpool-II 4.0
- Pgpool-II 3.7
- Pgpool-II 3.6
- pgpoolAdmin
- pgpoolAdmin manual (English)
- pgpoolAdmin manual (Japanese)
- Tutorials of pgpool-II 4.1
Developer's documentation
- PostgreSQL HA Clusterwith Query Load Balancingon Kubernetes at PGCon 2020 Ottawa (English, PDF) (2020/05/27)
- PostgreSQLによるクラスタ運用および負荷分散術 at db tech showcase Tokyo 2019 (Japanese, PDF) (2019/9/25)
- Setup a High-Availability and Load Balancing PostgreSQL Cluster - New Features of Pgpool-II 4.1 - at PGConf.ASIA 2019 Bali (English, PDF) (2019/09/10)
- Introducing PostgreSQL SQL Parser - Use of PostgreSQL Parser in other Applications - at PGCon 2019 Ottawa (English, PDF) (2019/05/31)
- Celebrating its 15th Anniversary: Pgpool-II Past, Present and Future - Part 2 at PGConf.ASIA 2018 (English, PDF) (2018/12/11)
- Celebrating its 15th Anniversary: Pgpool-II Past, Present and Future - Part 1 at PGConf.ASIA 2018 (English, PDF) (2018/12/11)
- PostgreSQL HA with Pgpool-II and whats been happening in Pgpool world lately... at Pgpool-II Day - Pgpool-II 4.0 Anniversary - (English, PDF) (2018/9/25)
- PostgreSQL クラスタ環境の管理機能を大幅に強化!Pgpool-II 4.0 のご紹介 at Pgpool-II Day - Pgpool-II 4.0 Anniversary - (Japanese, PDF) (2018/9/25)
- 誕生から 15 年を迎えた Pgpool-II の過去と現在、そして未来 at Pgpool-II Day - Pgpool-II 4.0 Anniversary - (Japanese, PDF) (2018/9/25)
- 信頼性を向上させ、PostgreSQL 10 に対応した Pgpool-II 3.7 のご紹介 at PGConf.ASIA 2017 (2017/12/06)
- Pgpool-II: Past, Present and Future at PGConf.ASIA 2016 (Japanese, PDF) (2016/12/07)
- "How to manage a herd of elephants: PostgreSQL clusters using streaming replication and pgpool-II" at "PGConf.Russia 2016" (English, PDF) (2016/02/03)
- "How to manage a herd of elephants: Introducing new features of pgpool-II 3.5" at "PostgreSQL Conference China 2015" (English, PDF) (2015/11/21)
- pgpool-II 3.5 new features (English, Wiki)
- 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II 3.5 How it will look like?" (English, PDF)
- 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II Development Status Updates" (English, PDF)
- 5th Postgres Cluster Hackers Summit, pgCon 2014 "pgpool-II Development Status Updates" (English, PDF)
- 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates" (English, PDF)
- 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates" (English, PDF)
Blog posts by pgpool developers
- Connection Pooling in Pgpool-II By Bo Peng (2020/07/31)
- Snapshot Isolation Mode By Tatsuo Ishii (2020/07/25)
- Setting up SSL certificate authentication with Pgpool-II By Muhammad Usama (2020/02/25)
- When primary server is far away from standby server By Tatsuo Ishii (2019/07/24)
- Pgpool II 4.1 taking the bull by its horn By Ahsan Hadi (2019/07/19)
- Statement level load balancing By Tatsuo Ishii (2019/04/01)
- Shared Relation Cache By Tatsuo Ishii (2019/03/24)
- Can you gain performance with Pgpool-II as a load balancer? By Muhammad Usama (2019/04/02)
- old blog posts