It should have mentioned about statement_level_load_balance.
<productname>Pgpool-II</productname>のSELECTクエリの負荷分散はrawモードを除くすべてのクラスタリングモードで動作します。
有効時、<productname>Pgpool-II</productname>は更新を伴うクエリを、マスタースレーブモードでは<acronym>プライマリノード</acronym>に、レプリケーションモードでは全てのバックエンドノードに対し送信します。
そして、その他のクエリは全てのバックエンドの間で負荷分散されます。
- 負荷分散メカニズムが参照クエリをどのノードに送信するかはセッション開始時に決められ、セッションの終了まで変更されません。
+ <xref linkend="guc-statement-level-load-balance">が指定されている場合を除き、負荷分散メカニズムが参照クエリをどのノードに送信するかはセッション開始時に決められ、セッションの終了まで変更されません。
ただし、いくつかの例外があります。
詳細については以下をご覧ください。
</para>
backend nodes in Replication mode, and other queries get load
balanced among all backend nodes. To which node the load
balancing mechanism sends read queries is decided at the session
- start time and will not be changed until the session ends. However
+ start time and will not be changed until the session ends unless <xref linkend="guc-statement-level-load-balance"> is specified. However
there are some exceptions. See below for more details.
</para>
<note>