Difference between revisions of "Documentation"
Line 18: | Line 18: | ||
** [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) | ||
+ | |||
+ | == 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/ClusterMeeting2013.pdf 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"] (English, PDF) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2014.pdf 5th Postgres Cluster Hackers Summit, pgCon 2014 "pgpool-II Development Status Updates"] (English, PDF) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2015.pdf 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II Development Status Updates"] (English, PDF) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/pgpool-II-3.5.pdf 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II 3.5 How it will look like?"] (English, PDF) | ||
+ | * [http://pgpool.net/mediawiki/index.php?title=pgpool-II_3.5_features&redirect=no pgpool-II 3.5 new features] (English, Wiki) | ||
+ | * [http://www.sraoss.co.jp/event_seminar/2015/pgpool-II-3.5.pdf "How to manage a herd of elephants: Introducing new features of pgpool-II 3.5"] at [http://www.eventdove.com/event/106042 "PostgreSQL Conference China 2015"] (English, PDF) | ||
+ | * [http://pgpool.net/mediawiki/images/2016-02-Moscow-pgpool-II-3.5.pdf "How to manage a herd of elephants: PostgreSQL clusters using streaming replication and pgpool-II"] at [https://pgconf.ru/en/2016/89695 "PGConf.Russia 2016"] (English, PDF) | ||
+ | * "Pgpool-II: Past, Present and Future" at [http://www.pgconf.asia/EN/day-2/#B3 PGConf.ASIA 2016] : [http://www.pgpool.net/download.php?f=Pgpool-II-history-en.pdf English (2016/12/07)], [http://www.pgpool.net/download.php?f=Pgpool-II-history.pdf Japanese (2016/12/07)] | ||
+ | |||
+ | == Blog posts by pgpool developers == | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2013/06/settinng-up-everything-at-one-time.html Setting up everything at one time] | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2013/06/pgpool-ii-33-alpha-1-is-out.html pgpool-II 3.3 alpha1 is out!] | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2012/10/pgpool-ii-now.html pgpool-II + now()] | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2012/08/pgpool-ii-talk-at-postgresql-conference.html Pgpool-II talk at PostgreSQL Conference Europe 2012] | ||
+ | |||
== User contributed documentation == | == User contributed documentation == | ||
Line 60: | Line 79: | ||
*** 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)] | *** 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)] | *** 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)] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:42, 20 August 2019
Contents
Official documentation
- Pgpool-II
- Pgpool-II manual (English)
- Pgpool-II 4.0
- Pgpool-II 3.7
- Pgpool-II 3.6
- Pgpool-II manual (Japanese)
- Pgpool-II 4.0
- Pgpool-II 3.7
- Pgpool-II 3.6
- pgpoolAdmin
- pgpoolAdmin manual (English)
- pgpoolAdmin manual (Japanese)
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)
Blog posts by pgpool developers
- Setting up everything at one time
- pgpool-II 3.3 alpha1 is out!
- pgpool-II + now()
- Pgpool-II talk at PostgreSQL Conference Europe 2012
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
- 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)