From 7bf6a6a972605fb1545149aa0e51b19f96de01e4 Mon Sep 17 00:00:00 2001 From: User yamaguti Date: Wed, 6 Feb 2008 09:17:06 +0000 Subject: [PATCH] Delete "replication_strict" parameter description. --- templates/help/en/pgconfig.tpl | 8 +------- templates/help/ja/pgconfig.tpl | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/templates/help/en/pgconfig.tpl b/templates/help/en/pgconfig.tpl index 3899abf..697f0f7 100644 --- a/templates/help/en/pgconfig.tpl +++ b/templates/help/en/pgconfig.tpl @@ -208,16 +208,10 @@ number of connection pools each pgpool server process are keeping. pgpool will m
replication_mode Set this true if you are going to use replication functionality. Default is false. - - -
replication_strict - If true, pgpool will wait for the completion of the master query before sending a query to the secondary server. This is the safest and default operating mode for pgpool. Default is true. - -
replication_timeout (integer) - In non strict replication mode, there will be a chance of deadlock. pgpool will abort the session if master or secondary does not respond within this milli seconds. if set to 0, timeout is disabled. + pgpool will abort the session if a node does not respond (due to a inter-node deadlock) within this milli seconds. if set to 0, timeout is disabled. diff --git a/templates/help/ja/pgconfig.tpl b/templates/help/ja/pgconfig.tpl index 27d1f9d..7ec3676 100644 --- a/templates/help/ja/pgconfig.tpl +++ b/templates/help/ja/pgconfig.tpl @@ -232,17 +232,11 @@ TCP/IPコネクションを受け付けるアドレスをホスト名またはIP
replication_mode レプリケーションモードで動作させる場合はtrueを指定してください。デフォルト値はfalseです。 - - - -
replication_strict - このオプションをtrueにすると、masterの問い合わせ処理の完了を待ってからsecondaryの処理に移ります。デッドロックの危険性はなくなりますが、masterとsecondaryの間で問い合わせの並列処理を行わなくなるので性能が低下する場合もあります。
なお、すべての問い合わせではなくて、SQLのコメントを使って一部の問い合わせのみstrict動作させることもできます。
このオプションのデフォルト値はtrueです -
replication_timeout (integer) - replication_strictがfalseのときにデッドロックを監視するためのタイムアウト時間をミリ秒単位で指定します。デフォルト値は5000、すなわち5秒です。0を指定するとタイムアウトしなくなります。 + ノード間でのデッドロックを監視するためのタイムアウト時間をミリ秒単位で指定します。デフォルト値は5000、すなわち5秒です。0を指定するとタイムアウトしなくなります。 -- 2.39.5