Difference between revisions of "Documentation"
(→User contributed documentation) |
|||
Line 35: | Line 35: | ||
*** [http://www.pgpool.net/docs/latest/en/html/example-aws.html English (2017/10/25)] [http://www.pgpool.net/docs/latest/ja/html/example-aws.html Japanese (2017/10/25)] | *** [http://www.pgpool.net/docs/latest/en/html/example-aws.html English (2017/10/25)] [http://www.pgpool.net/docs/latest/ja/html/example-aws.html Japanese (2017/10/25)] | ||
− | * '''Tutorials of Streaming Replication with pgpool-II''' | + | * '''Tutorials of Streaming Replication with pgpool-II''' (Obsolete) |
** Simple Streaming replication setting with pgpool-II | ** Simple Streaming replication setting with pgpool-II | ||
*** For pgpool-II 3.1 and PostgreSQL 9.1: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting/index.html English (2012/01/31) ] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting/index-ja.html Japanese (2012/6/1) ] | *** For pgpool-II 3.1 and PostgreSQL 9.1: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting/index.html English (2012/01/31) ] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting/index-ja.html Japanese (2012/6/1) ] | ||
Line 44: | Line 44: | ||
*** For pgpool-II 3.0 and PostgreSQL 9.0: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2/index.html English] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2_3.0/index-ja.html Japanese] | *** For pgpool-II 3.0 and PostgreSQL 9.0: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2/index.html English] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2_3.0/index-ja.html Japanese] | ||
− | * '''Tutorials of pgpool-II 3.3''' | + | * '''Tutorials of pgpool-II 3.3''' (Obsolete) |
** Watchdog: | ** Watchdog: | ||
*** master-slave mode: [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog_master_slave_3.3/en.html English (2014/04/07)] [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog_master_slave_3.3/ja.html Japanese (2014/04/07)] | *** master-slave mode: [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog_master_slave_3.3/en.html English (2014/04/07)] [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog_master_slave_3.3/ja.html Japanese (2014/04/07)] | ||
− | * '''Tutorials of pgpool-II 3.2''' | + | * '''Tutorials of pgpool-II 3.2''' (Obsolete) |
** On memory query cache: [http://www.pgpool.net/pgpool-web/contrib_docs/memqcache/en.html English (2012/07/20)] [http://www.pgpool.net/pgpool-web/contrib_docs/memqcache/ja.html Japanese (2012/07/20)] | ** On memory query cache: [http://www.pgpool.net/pgpool-web/contrib_docs/memqcache/en.html English (2012/07/20)] [http://www.pgpool.net/pgpool-web/contrib_docs/memqcache/ja.html Japanese (2012/07/20)] | ||
** Watchdog: | ** Watchdog: |
Revision as of 00:11, 25 October 2017
Contents
Official documentation
- Pgpool-II
- Pgpool-II manual (English)
- Pgpool-II manual (Japanese)
- pgpoolAdmin
- pgpoolAdmin manual (English)
- pgpoolAdmin manual (Japanese)
User contributed documentation
- Documentation
- Gerd Koenig's "pgpool-II for beginners" (English)
- What is pgpool-II (Japanese)
- Creating a replication system using pgpool-II (Japanese)
- Making master/slave systems work better with pgpool-II (English, PDF)
- Relationship between max_pool, num_init_children, and max_connections(English, 2012/8/25)
- New features of pgpool-II, multifunctional middleware for PostgreSQL (Japanese, PDF)
- Construct scale out configuration with PostgreSQL (Japanese, PDF)
- Let's try pgpool-II easy setup function (Japanese)
- About pgpool-II 3.3 watchdog (Japanese)
- Improvements of connection performance in pgpool-II (Japanese)
- Construct high-availability, high-performance system with pgpool-II (Japanese, PDF)
- Tutorials of pgpool-II 3.6
- Basic Configuration Example
- Watchdog:
- Basic: English (2017/10/25) Japanese (2017/10/25)
- master-slave mode: English (2017/10/25) Japanese (2017/10/25)
- AWS Configuration Example
- Tutorials of Streaming Replication with pgpool-II (Obsolete)
- Simple Streaming replication setting with pgpool-II
- For pgpool-II 3.1 and PostgreSQL 9.1: English (2012/01/31) Japanese (2012/6/1)
- For pgpool-II 3.0 and PostgreSQL 9.0: English Japanese
- multiple server version
- For pgpool-II 3.3 and PostgreSQL 9.3: English (2014/04/07) Japanese (2014/04/07)
- For pgpool-II 3.1 and PostgreSQL 9.1: English (2012/01/31) Japanese (2012/6/1)
- For pgpool-II 3.0 and PostgreSQL 9.0: English Japanese
- Simple Streaming replication setting with pgpool-II
- Tutorials of pgpool-II 3.3 (Obsolete)
- Watchdog:
- master-slave mode: English (2014/04/07) Japanese (2014/04/07)
- Watchdog:
- Tutorials of pgpool-II 3.2 (Obsolete)
- On memory query cache: English (2012/07/20) Japanese (2012/07/20)
- Watchdog:
- Basic: English (2012/07/20) Japanese (2012/07/20)
- master-slave mode: English (2012/10/22) Japanese (2012/10/15)
Developer's documentation
- 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates" (English, PDF)
- 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates" (English, PDF)
- 5th Postgres Cluster Hackers Summit, pgCon 2014 "pgpool-II Development Status Updates" (English, PDF)
- 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II Development Status Updates" (English, PDF)
- 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II 3.5 How it will look like?" (English, PDF)
- pgpool-II 3.5 new features (English, Wiki)
- "How to manage a herd of elephants: Introducing new features of pgpool-II 3.5" at "PostgreSQL Conference China 2015" (English, PDF)
- "How to manage a herd of elephants: PostgreSQL clusters using streaming replication and pgpool-II" at "PGConf.Russia 2016" (English, PDF)
- "Pgpool-II: Past, Present and Future" at PGConf.ASIA 2016 : English (2016/12/07), Japanese (2016/12/07)