<programlisting>
backend_clustering_mode = 'slony'
</programlisting>
- ã\81\93ã\81®ã\83¢ã\83¼ã\83\89ã\81§ã\81¯127å\8f°ã\81¾ã\81§ã\81®ã\82¹ã\83¬ã\83¼ã\83\96サーバを使用できます。
- ã\81¾ã\81\9fã\80\81ã\82¹ã\83¬ã\83¼ã\83\96サーバをまったく使用しないことも可能です。
+ ã\81\93ã\81®ã\83¢ã\83¼ã\83\89ã\81§ã\81¯127å\8f°ã\81¾ã\81§ã\81®ã\83¬ã\83\97ã\83ªã\82«サーバを使用できます。
+ ã\81¾ã\81\9fã\80\81ã\83¬ã\83\97ã\83ªã\82«サーバをまったく使用しないことも可能です。
</para>
</sect2>
シリアル型やシーケンスに関する一貫した可視性を保証しません。
</para>
</listitem>
-
</itemizedlist>
+ </sect2>
+ <sect2 id="guc-raw-mode" xreflabel="raw_mode">
+ <title>rawモード</title>
+ <para>
+ このモードでは、<productname>Pgpool-II</>はデータベースの同期に関しては関与しません。
+ システム全体に意味の有る動作をさせるのはユーザの責任となります。
+ このモードでは負荷分散は<emphasis>できません</emphasis>。
+ このモードを有効にするには<varname>backend_clustering_mode</varname>に'raw'を設定してください。
+ <programlisting>
+backend_clustering_mode = 'raw'
+ </programlisting>
+ </para>
</sect2>
</sect1>
<para>
This mode is used to couple <productname>Pgpool-II</productname>
with <acronym>Slony-I</acronym>. Slony-I is responsible for doing
- the actual data replication. To enable this mode, use 'slony' for
+ the actual data replication. To enable this mode, use 'slony' for
<varname>backend_clustering_mode</varname>.
<programlisting>
backend_clustering_mode = 'slony'
</programlisting>
- In this mode you can have up to 127 standby servers. Also it is
- possible not to have standby server at all.
+ In this mode you can have up to 127 replica servers. Also it is
+ possible not to have replica server at all.
</para>
</sect2>
</sect2>
<sect2 id="guc-snapshot-isolation-mode" xreflabel="snapshot_isolation_mode">
- <title>Snapshot Isolation Mode</title>
+ <title>Snapshot isolation mode</title>
<para>
This mode is similar to the native replication mode except it adds
REPEATABLE READ. That means you need to set it in
<filename>postgresql.conf</filename> like this:
<programlisting>
- default_transaction_isolation = 'repeatable read'
+default_transaction_isolation = 'repeatable read'
</programlisting>
</para>
</listitem>
guaranteed.
</para>
</listitem>
-
</itemizedlist>
+ </sect2>
+ <sect2 id="guc-raw-mode" xreflabel="raw_mode">
+ <title>Raw mode</title>
+ <para>
+ In this mode, <productname>Pgpool-II</> does not care about the database synchronization.
+ It's user's responsibility to make the whole system does a meaningful thing.
+ Load balancing is <emphasis>not</emphasis> possible in the mode.
+ To enable this mode, use 'raw' for <varname>backend_clustering_mode</varname>.
+ <programlisting>
+backend_clustering_mode = 'raw'
+ </programlisting>
+ </para>
</sect2>
</sect1>