From f6477cdc4aaaf5e989751511df63afc1f38c5a72 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 17 Jul 2020 10:02:51 +0900 Subject: [PATCH] Doc: fix explanation about how to decide load balance node. It should have mentioned about statement_level_load_balance. --- doc.ja/src/sgml/loadbalance.sgml | 2 +- doc/src/sgml/loadbalance.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.ja/src/sgml/loadbalance.sgml b/doc.ja/src/sgml/loadbalance.sgml index 8ba19a871..d85937065 100644 --- a/doc.ja/src/sgml/loadbalance.sgml +++ b/doc.ja/src/sgml/loadbalance.sgml @@ -10,7 +10,7 @@ Pgpool-IIのSELECTクエリの負荷分散はrawモードを除くすべてのクラスタリングモードで動作します。 有効時、Pgpool-IIは更新を伴うクエリを、マスタースレーブモードではプライマリノードに、レプリケーションモードでは全てのバックエンドノードに対し送信します。 そして、その他のクエリは全てのバックエンドの間で負荷分散されます。 - 負荷分散メカニズムが参照クエリをどのノードに送信するかはセッション開始時に決められ、セッションの終了まで変更されません。 + が指定されている場合を除き、負荷分散メカニズムが参照クエリをどのノードに送信するかはセッション開始時に決められ、セッションの終了まで変更されません。 ただし、いくつかの例外があります。 詳細については以下をご覧ください。 diff --git a/doc/src/sgml/loadbalance.sgml b/doc/src/sgml/loadbalance.sgml index 38542d62b..e17b8b92d 100644 --- a/doc/src/sgml/loadbalance.sgml +++ b/doc/src/sgml/loadbalance.sgml @@ -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 is specified. However there are some exceptions. See below for more details. -- 2.39.5