Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38fe3a9

Browse files
committed
Mention "replication" in the title of the high availability and load
balancing chapter because some people were looking for 'replication' anddidn't realize that chapter addressed it.
1 parentf96e1e0 commit38fe3a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 5 additions & 5 deletions
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 andLoad 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-
Somefailover and load balancingsolutions 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 anyfailover or load balancing
69-
choice. There is usually atradeoff between functionality and
68+
Performance must be considered in anychoice. 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)

[8]ページ先頭

©2009-2025 Movatter.jp