Difference between pages "Relationship between max pool, num init children, and max connections" and "Documentation"
(Difference between pages)
(→User contributed documentation) |
|||
Line 1: | Line 1: | ||
− | + | == Official documentation == | |
+ | * '''pgpool-II''' | ||
+ | ** [http://www.pgpool.net/docs/latest/pgpool-en.html pgpool-II manual (English)] | ||
+ | ** [http://www.pgpool.net/docs/latest/pgpool-ja.html pgpool-II manual (Japanese)] | ||
+ | ** [http://www.pgpool.net/docs/latest/pgpool-zh_cn.html pgpool-II manual(Simplified Chinese)] | ||
+ | ** [http://www.pgpool.net/docs/latest/pgpool-fr.html pgpool-II manual (French)] | ||
+ | ** [http://www.pgpool.net/docs/latest/tutorial-en.html pgpool-II tutorial (English)] | ||
+ | ** [http://www.pgpool.net/docs/latest/tutorial-ja.html pgpool-II tutorial (Japanese)] | ||
+ | ** [http://www.pgpool.net/docs/latest/tutorial-zh_cn.html pgpool-II tutorial (Simplified Chinese)] | ||
− | + | * '''pgpoolAdmin''' | |
− | + | ** [http://www.pgpool.net/pgpoolAdmin/doc/index_en.html pgpoolAdmin manual (English)] | |
− | + | ** [http://www.pgpool.net/pgpoolAdmin/doc/index_ja.html pgpoolAdmin manual (Japanese)] | |
− | |||
− | + | == User contributed documentation == | |
− | [ | + | * '''Documentation''' |
− | + | ** [http://www.pgpool.net/pgpool-web/contrib_docs/pgpool-II_for_beginners.pdf Gerd Koenig's "pgpool-II for beginners"] (English) | |
− | + | ** [http://lets.postgresql.jp/documents/technical/pgpool/1 What is pgpool-II] (Japanese) | |
− | + | ** [http://lets.postgresql.jp/documents/technical/pgpool/2 Creating a replication system using pgpool-II] (Japanese) | |
− | + | ** [http://www.sraoss.co.jp/event_seminar/2010/20100702-03char10.pdf Making master/slave systems work better with pgpool-II] (English, PDF) | |
+ | ** [[Relationship_between_max_pool,_num_init_children,_and_max_connections|Relationship between max_pool, num_init_children, and max_connections]](English, 2012/8/25) | ||
− | + | * '''Tutorials of Streaming Replication 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.0 and PostgreSQL 9.0: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting_3.0/index.html English] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting_3.0/index-ja.html Japanese] | |
+ | ** multiple server version | ||
+ | *** For pgpool-II 3.1 and PostgreSQL 9.1: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2/index.html English (2012/01/31)] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2_3.0/index-ja.html Japanese (2012/6/1)] | ||
+ | *** 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.2''' | |
− | [ | + | ** 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: | |
− | + | *** Basic: [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog/en.html English (2012/07/20)] [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog/ja.html Japanese (2012/07/20)] | |
− | + | *** master-slave mode: [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog_master_slave/en.html English (2012/10/22)] [http://www.pgpool.net/pgpool-web/contrib_docs/watchdog_master_slave/ja.html Japanese (2012/10/15)] | |
− | |||
− | |||
− | + | == Developer's documentation == | |
− | + | * [http://www.pgpool.net/pgpool-web/pgpoolAdmin-add-directives.txt How to add configurfation directives to pgpoolAdmin] | |
− | + | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2012.pdf 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 01:11, 13 December 2012
Official documentation
- pgpool-II
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)
- Tutorials of Streaming Replication with pgpool-II
- 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.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.2
- 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)