Difference between revisions of "Documentation"

From pgpool Wiki
Jump to: navigation, search
(User contributed documentation)
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Official documentation ==
 
== Official documentation ==
* '''pgpool-II'''
+
* '''Pgpool-II'''
** [http://www.pgpool.net/docs/latest/en/html/ pgpool-II manual] (English)
+
** [http://www.pgpool.net/docs/latest/en/html/ Pgpool-II manual] (English)
** [http://www.pgpool.net/docs/latest/ja/html/ pgpool-II manual] (Japanese)
+
** [http://www.pgpool.net/docs/latest/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/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'''
Line 26: Line 26:
 
** [http://www.postgresql.jp/events/jpug-pgcon2013-files/C1_jpugpgcon2013_slide Construct high-availability, high-performance system with pgpool-II] (Japanese, PDF)
 
** [http://www.postgresql.jp/events/jpug-pgcon2013-files/C1_jpugpgcon2013_slide Construct high-availability, high-performance system with pgpool-II] (Japanese, PDF)
  
* '''Tutorials of Streaming Replication with pgpool-II'''
+
* '''Tutorials of pgpool-II 3.6'''
 +
** Basic Configuration Example
 +
*** [http://www.pgpool.net/docs/latest/en/html/example-basic.html English] [http://www.pgpool.net/docs/latest/ja/html/example-basic.html Japanese]
 +
** Watchdog:
 +
*** Basic: [http://www.pgpool.net/docs/latest/en/html/example-watchdog.html English] [http://www.pgpool.net/docs/latest/ja/html/example-watchdog.html Japanese]
 +
*** master-slave mode: [http://www.pgpool.net/docs/latest/en/html/example-cluster.html English] [http://www.pgpool.net/docs/latest/ja/html/example-cluster.html Japanese]
 +
** AWS Configuration Example
 +
*** [http://www.pgpool.net/docs/latest/en/html/example-aws.html English] [http://www.pgpool.net/docs/latest/ja/html/example-aws.html Japanese]
 +
 
 +
* '''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 35: 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:
Line 46: Line 55:
  
 
== 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"] (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/ClusterMeeting2013.pdf 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"] (English, PDF)
Line 54: Line 64:
 
* [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://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)
 
* [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 ==
 
== Blog posts by pgpool developers ==

Revision as of 01:10, 25 October 2017

Official documentation

User contributed documentation

Developer's documentation

Blog posts by pgpool developers