Doc: fix load balance mode chapter.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 29 Jun 2023 02:27:31 +0000 (11:27 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 29 Jun 2023 02:27:31 +0000 (11:27 +0900)
In some places "streaming replication mode" was written as "native
replication mode".  Also enhance description regarding additional
requirements for load balancing in the streaming replication mode.
Add some indexes.

doc.ja/src/sgml/loadbalance.sgml

index 08a85c5a2416b4a3e2caf64f33adae3a47ac5ac8..7d932965fa549662e39d523fce11d815d25448ad 100644 (file)
@@ -20,8 +20,7 @@
    Queries which are sent to primary node or all backend nodes because they cannot be balanced are
    also accounted for in the load balancing algorithm.
    -->
-   負荷分散ができないためにプライマリノードまたは全バックエンドノードに送られるクエリもまた、
-   負荷分散アルゴリズムの考慮に入れられます。
+   負荷分散ができないためにプライマリノードまたは全バックエンドノードに送られるクエリもまた、   負荷分散アルゴリズムの考慮に入れられます。
   </para>
  </note>
 
     <listitem>
      <para>
       <!--
-      either in replication mode or native replication mode
+      either
+      in <xref linkend="runtime-config-streaming-replication-mode">,
+      <xref linkend="guc-replication-mode">
+      or <xref linkend="guc-snapshot-isolation-mode">
       -->
-      rawモードでない
+      <xref linkend="runtime-config-streaming-replication-mode">、<xref linkend="guc-replication-mode">、<xref linkend="guc-snapshot-isolation-mode">のどれかである。
      </para>
     </listitem>
     <listitem>
     <listitem>
      <para>
       <!--
-      in native replication mode, in addition to above, following conditions must be met:
+      in <xref linkend="runtime-config-streaming-replication-mode"> in addition to above, following conditions must be met:
       -->
-      ネィティブレプリケーションモードの場合、更に以下の条件が満たされなければなりません。
+      <xref linkend="runtime-config-streaming-replication-mode">の場合、更に以下の条件が満たされなければなりません。
      </para>
      <itemizedlist>
       <listitem>
        <para>
        <!--
-       does not use temporary tables
+       temporary tables are not used (temporary tables are not replicated)
        -->
-       一時テーブルを使っていない
+       一時テーブルを使っていない (一時テーブルはレプリケーションされません)
        </para>
       </listitem>
       <listitem>
        <para>
        <!--
-       does not use unlogged tables
+       unlogged tables are not used (unlogged tables are not replicated)
        -->
-       unloggedテーブルを使っていない
+       unloggedテーブルを使っていない (一時テーブルはレプリケーションされません)
        </para>
       </listitem>
       <listitem>
        <para>
        <!--
-       does not use system catalogs
+       system catalogs are not used (system catalog information is
+       important and it is desirable to avoid replication delay)
        -->
-       システムカタログを使っていない
+       システムカタログを使っていない(システムカタログは重要なので、レプリケーション遅延を避けることが望まれます)
        </para>
       </listitem>
      </itemizedlist>