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

Commit6ba9b91

Browse files
committed
Mention warm and now "hot" standby servers in the high availability docs.
1 parent4b113d9 commit6ba9b91

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.37 2010/02/03 17:25:05 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.38 2010/02/05 23:53:22 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -135,21 +135,22 @@ protocol to make nodes agree on a serializable transactional order.
135135
</varlistentry>
136136

137137
<varlistentry>
138-
<term>Warm Standby Using Point-In-Time Recovery (<acronym>PITR</>)</term>
138+
<term>Warmand HotStandby Using Point-In-Time Recovery (<acronym>PITR</>)</term>
139139
<listitem>
140140

141141
<para>
142-
A warmstandbyserver (see <xref linkend="warm-standby">) can
143-
be kept current by reading astream of write-ahead log (<acronym>WAL</>)
142+
Warm and hotstandbyservers can be kept current by reading a
143+
stream of write-ahead log (<acronym>WAL</>)
144144
records. If the main server fails, the warm standby contains
145145
almost all of the data of the main server, and can be quickly
146146
made the new master database server. This is asynchronous and
147147
can only be done for the entire database server.
148148
</para>
149149
<para>
150-
A PITR warm standby server can be kept more up-to-date using the
151-
streaming replication feature built into <productname>PostgreSQL</> 8.5
152-
onwards; see <xref linkend="warm-standby">.
150+
A PITR standby server can be kept more up-to-date using streaming
151+
replication.; see <xref linkend="streaming-replication">. For
152+
warm standby information, see <xref linkend="warm-standby">, and
153+
for hot standby, see <xref linkend="hot-standby">.
153154
</para>
154155
</listitem>
155156
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp