Doc: fix explanation about how to decide load balance node.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 17 Jul 2020 01:02:51 +0000 (10:02 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 17 Jul 2020 01:02:51 +0000 (10:02 +0900)
It should have mentioned about statement_level_load_balance.

doc.ja/src/sgml/loadbalance.sgml
doc/src/sgml/loadbalance.sgml

index 8ba19a87140d13ce74f4dcfb4bced234184e8c82..d85937065b1d8f9568aa5d683daee304cf221afb 100644 (file)
@@ -10,7 +10,7 @@
   <productname>Pgpool-II</productname>のSELECTクエリの負荷分散はrawモードを除くすべてのクラスタリングモードで動作します。
     有効時、<productname>Pgpool-II</productname>は更新を伴うクエリを、マスタースレーブモードでは<acronym>プライマリノード</acronym>に、レプリケーションモードでは全てのバックエンドノードに対し送信します。
     そして、その他のクエリは全てのバックエンドの間で負荷分散されます。
-    負荷分散メカニズムが参照クエリをどのノードに送信するかはセッション開始時に決められ、セッションの終了まで変更されません。
+    <xref linkend="guc-statement-level-load-balance">が指定されている場合を除き、負荷分散メカニズムが参照クエリをどのノードに送信するかはセッション開始時に決められ、セッションの終了まで変更されません。
     ただし、いくつかの例外があります。
     詳細については以下をご覧ください。
  </para>
index 38542d62b6c68623a237796d9f52857fd6f16623..e17b8b92d89faa5fc63c5ef0dd9da749064705e0 100644 (file)
@@ -11,7 +11,7 @@
     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>