Difference between revisions of "Documentation"
(Fix broken link to pgpoolAdmin docs) |
|||
Line 1: | Line 1: | ||
== Official documentation == | == Official documentation == | ||
* '''pgpool-II''' | * '''pgpool-II''' | ||
− | ** [http://www.pgpool.net/docs/latest/pgpool-en.html pgpool-II manual (English) | + | ** [http://www.pgpool.net/docs/latest/pgpool-en.html pgpool-II manual] (English) |
− | ** [http://www.pgpool.net/download.php?f=pgpool-en-3.3.0.pdf pgpool-II manual (English, PDF) | + | ** [http://www.pgpool.net/download.php?f=pgpool-en-3.3.0.pdf pgpool-II manual] (English, PDF) |
− | ** [http://www.pgpool.net/docs/latest/pgpool-ja.html pgpool-II manual (Japanese) | + | ** [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-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/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-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-ja.html pgpool-II tutorial] (Japanese) |
− | ** [http://www.pgpool.net/docs/latest/tutorial-zh_cn.html pgpool-II tutorial (Simplified Chinese) | + | ** [http://www.pgpool.net/docs/latest/tutorial-zh_cn.html pgpool-II tutorial] (Simplified Chinese) |
* '''pgpoolAdmin''' | * '''pgpoolAdmin''' | ||
− | ** [http://www.pgpool.net/docs/pgpoolAdmin/index_en.html pgpoolAdmin manual (English) | + | ** [http://www.pgpool.net/docs/pgpoolAdmin/index_en.html pgpoolAdmin manual] (English) |
− | ** [http://www.pgpool.net/docs/pgpoolAdmin/index_ja.html pgpoolAdmin manual (Japanese) | + | ** [http://www.pgpool.net/docs/pgpoolAdmin/index_ja.html pgpoolAdmin manual] (Japanese) |
== User contributed documentation == | == User contributed documentation == | ||
Line 21: | Line 21: | ||
** [http://www.sraoss.co.jp/event_seminar/2010/20100702-03char10.pdf Making master/slave systems work better with pgpool-II] (English, PDF) | ** [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) | ** [[Relationship_between_max_pool,_num_init_children,_and_max_connections|Relationship between max_pool, num_init_children, and max_connections]](English, 2012/8/25) | ||
+ | ** [http://www.sraoss.co.jp/event_seminar/2013/20130212_pgpool_seminar_sraoss.pdf New features of pgpool-II, multifunctional middleware for PostgreSQL] (Japanese, PDF) | ||
+ | ** [http://lets.postgresql.jp/documents/technical/pgpool-II-pgpool_setup/1 Let's try pgpool-II easy setup function] (Japanese) | ||
+ | ** [http://lets.postgresql.jp/documents/technical/pgpool-II-3.3-watchdog/1 About pgpool-II 3.3 watchdog] (Japanese) | ||
+ | ** [http://lets.postgresql.jp/documents/technical/pgpool-II-tcp-tuning/1 Improvements of connection performance in pgpool-II] (Japanese) | ||
+ | ** [http://www.postgresql.jp/events/jpug-pgcon2013-files/C1_jpugpgcon2013_slide How to create high-availability, high-performance system with pgpool-II] (Japanese, PDF) | ||
* '''Tutorials of Streaming Replication with pgpool-II''' | * '''Tutorials of Streaming Replication with pgpool-II''' | ||
Line 37: | Line 42: | ||
== Developer's documentation == | == Developer's documentation == | ||
− | + | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2012.pdf 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"] (English, PDF) | |
− | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2012.pdf 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"] | + | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2013.pdf 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"] (English, PDF) |
− | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2013.pdf 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"] | ||
== Blog posts by pgpool developers == | == Blog posts by pgpool developers == |
Revision as of 08:23, 23 January 2014
Contents
Official documentation
- pgpool-II
- pgpool-II manual (English)
- pgpool-II manual (English, PDF)
- pgpool-II manual (Japanese)
- pgpool-II manual (Simplified Chinese)
- pgpool-II manual (French)
- pgpool-II tutorial (English)
- pgpool-II tutorial (Japanese)
- pgpool-II tutorial (Simplified Chinese)
- 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)
- Let's try pgpool-II easy setup function (Japanese)
- About pgpool-II 3.3 watchdog (Japanese)
- Improvements of connection performance in pgpool-II (Japanese)
- How to create high-availability, high-performance system with pgpool-II (Japanese, PDF)
- 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)
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)