提交 900c9962 编写于 作者: B Bruce Momjian

Update documentation to use Statement-Based Replication rather than

Query Broadcast.
上级 419fe7cd
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.1 2006/11/17 16:38:44 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.2 2006/11/20 15:07:13 momjian Exp $ -->
<chapter id="high-availability"> <chapter id="high-availability">
<title>High Availability and Load Balancing</title> <title>High Availability and Load Balancing</title>
...@@ -140,14 +140,14 @@ ...@@ -140,14 +140,14 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Query Broadcasting</term> <term>Statement-Based Replication</term>
<listitem> <listitem>
<para> <para>
In query broadcasting, a program intercepts every SQL query In statement-based replication, a program intercepts every SQL
and sends it to all servers. Each server operates independently. query and sends it to all servers. Each server operates
Read-only queries can be sent to a single server because there independently. Read-only queries can be sent to a single server
is no need for all servers to process it. because there is no need for all servers to process it.
</para> </para>
<para> <para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册