File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.3 2006/11/20 21:26:22 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.4 2006/11/20 22:07:56 momjian Exp $ -->
2
2
3
3
<chapter id="high-availability">
4
4
<title>High Availability and Load Balancing</title>
143
143
</varlistentry>
144
144
145
145
<varlistentry>
146
- <term>Statement-Based Replication</term>
146
+ <term>Statement-Based Replication Middleware </term>
147
147
<listitem>
148
148
149
149
<para>
150
- In statement-based replication, a program intercepts every SQL
151
- query and sends it to all servers. Each server operates
152
- independently. Read-only queries can be sent to a single server
153
- because there is no need for all servers to process it.
150
+ With statement-based replication middleware, a program intercepts
151
+ every SQL query and sends it to all servers. Each server
152
+ operates independently. Read-only queries can be sent to a
153
+ single server because there is no need for all servers to
154
+ process it.
154
155
</para>
155
156
156
157
<para>
You can’t perform that action at this time.
0 commit comments