Main Pageのソースを表示
←
Main Page
ナビゲーションに移動
検索に移動
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
<!-- '''MediaWiki has been successfully installed.''' Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. == Getting started == * [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] * [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] --> = Welcome to Pgpool Wiki! = == What is pgpool-II? == pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is licensed under BSD license. It provides the following features. * '''Connection Pooling''' : pgpool-II saves connections to the PostgreSQL servers, and reuse them whenever a new connection with the same properties (i.e. username, database, protocol version) comes in. It reduces connection overhead, and improves system's overall throughput. * '''Replication''' : pgpool-II can manage multiple PostgreSQL servers. Using the replication function enables creating a realtime backup on 2 or more physical disks, so that the service can continue without stopping servers in case of a disk failure. * '''Load Balance''' : If a database is replicated, executing a SELECT query on any server will return the same result. pgpool-II takes an advantage of the replication feature to reduce the load on each PostgreSQL server by distributing SELECT queries among multiple servers, improving system's overall throughput. At best, performance improves proportionally to the number of PostgreSQL servers. Load balance works best in a situation where there are a lot of users executing many queries at the same time. * '''Limiting Exceeding Connections''' : There is a limit on the maximum number of concurrent connections with PostgreSQL, and connections are rejected after this many connections. Setting the maximum number of connections, however, increases resource consumption and affect system performance. pgpool-II also has a limit on the maximum number of connections, but extra connections will be queued instead of returning an error immediately. * '''Parallel Query''' : Using the parallel query function, data can be divided among the multiple servers, so that a query can be executed on all the servers concurrently to reduce the overall execution time. Parallel query works the best when searching large-scale data. pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a connection between them. Therefore, a database application (frontend) thinks that pgpool-II is the actual PostgreSQL server, and the server (backend) sees pgpool-II as one of its clients. Because pgpool-II is transparent to both the server and the client, an existing database application can be used with pgpool-II almost without a change to its sources. == pgpool-II 3.2 alpha1 released (2012/05/16) == Pgpool-II 3.2 alpha1 is now relased. This is not a stable version but just for developers. == pgpool-II 3.1.3 and 3.0.7 officially released(2012/04/23) == Pgpool-II 3.1.3 and 3.0.7 are now officially released. These are the latest stable versions of each major series. Learn more about pgpool-II 3.1.3: * [http://www.pgpool.net/docs/pgpool-II-3.1.3/doc/NEWS.txt pgpool-II 3.1.3 release note(English)] * [http://www.pgpool.net/docs/pgpool-II-3.1.3/doc/pgpool-ja.html#release pgpool-II 3.1.3 release note(Japanese)] Learn more about pgpool-II 3.0.7: * [http://www.pgpool.net/docs/pgpool-II-3.0.7/doc/NEWS.txt pgpool-II 3.0.7 release note(English)] * [http://www.pgpool.net/docs/pgpool-II-3.0.7/doc/pgpool-ja.html#release pgpool-II 3.0.7 release note(Japanese)] == pgpool-II 3.1.2 and 3.0.6 officially released(2012/01/31) == Pgpool-II 3.1.2 and 3.0.6 are now officially released. These are the latest stable versions of each major series. Learn more about pgpool-II 3.1.2: * [http://www.pgpool.net/docs/pgpool-II-3.1.2/doc/NEWS.txt pgpool-II 3.1.2 release note(English)] * [http://www.pgpool.net/docs/pgpool-II-3.1.2/doc/pgpool-ja.html#release pgpool-II 3.1.2 release note(Japanese)] Learn more about pgpool-II 3.0.6: * [http://www.pgpool.net/docs/pgpool-II-3.0.6/doc/NEWS.txt pgpool-II 3.0.6 release note(English)] * [http://www.pgpool.net/docs/pgpool-II-3.0.6/doc/pgpool-ja.html#release pgpool-II 3.0.6 release note(Japanese)] == pgpool-II 3.1.1 and pgpoolAdmin 3.1.1 officially released(2011/12/6) == Pgpool-II 3.1.1 is now officially released. This is the latest stable version of pgpool-II 3.1 series. And we also released pgpoolAdmin 3.1. == pgpool-II 3.1 officially released(2011/9/8) == Pgpool-II 3.1 is now officially released. This version supports syslog, more than one standby nodes in streaming replication mode, allow to specify user name with pg_md5 command. You can add new DB node or do online recovery without disturbing existing client sessions. Also documents are enhanced. Simplified Chinese and French verion of documnets are added. Learn more about pgpool-II 3.1: * [http://www.pgpool.net/pgpool-web/NEWS.txt pgpool-II 3.1 release note(English)] * [http://www.pgpool.net/pgpool-web/pgpool-II/doc/pgpool-ja.html#release pgpool-II 3.1 release note(Japanese)]
Main Page
に戻る。
ナビゲーション メニュー
個人用ツール
ログイン
名前空間
ページ
議論
日本語
表示
閲覧
ソースを閲覧
履歴表示
その他
検索
案内
メインページ
ダウンロード
ドキュメント
メーリングリスト
レポジトリ
FAQ
TODO
バグ報告
MediaWiki のライセンス
事例
Yum レポジトリ
Apt レポジトリ
開発Wiki
Roadmap
EOL情報
ブログ
その他の言語
英語
ツール
リンク元
関連ページの更新状況
特別ページ
ページ情報