File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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</></>
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
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.
You can’t perform that action at this time.
0 commit comments