Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38fe3a9

Browse files
committed
Mention "replication" in the title of the high availability and load
balancing chapter because some people were looking for 'replication' and didn't realize that chapter addressed it.
1 parent f96e1e0 commit 38fe3a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/high-availability.sgml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.16 2007/02/01 21:02:48 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.17 2007/11/04 19:23:24 momjian Exp $ -->
22

33
<chapter id="high-availability">
4-
<title>High Availability and Load Balancing</title>
4+
<title>High Availability, Load Balancing, and Replication</title>
55

66
<indexterm><primary>high availability</></>
77
<indexterm><primary>failover</></>
@@ -45,7 +45,7 @@
4545
</para>
4646

4747
<para>
48-
Some failover and load balancing solutions are synchronous,
48+
Some solutions are synchronous,
4949
meaning that a data-modifying transaction is not considered
5050
committed until all servers have committed the transaction. This
5151
guarantees that a failover will not lose any data and that all
@@ -65,8 +65,8 @@
6565
</para>
6666

6767
<para>
68-
Performance must be considered in any failover or load balancing
69-
choice. There is usually a tradeoff between functionality and
68+
Performance must be considered in any choice. There is usually a
69+
tradeoff between functionality and
7070
performance. For example, a full synchronous solution over a slow
7171
network might cut performance by more than half, while an asynchronous
7272
one might have a minimal performance impact.

0 commit comments

Comments
 (0)