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

Commitb035722

Browse files
committed
Update HA docs with more wording improvements.
1 parent6346355 commitb035722

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.12 2006/11/2217:36:52 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.13 2006/11/2218:14:26 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability and Load Balancing</title>
@@ -205,9 +205,9 @@ protocol to make nodes agree on a serializable transactional order.
205205
</para>
206206

207207
<para>
208-
<productname>PostgreSQL</> does not offer this type ofload
209-
balancing,though <productname>PostgreSQL</> two-phase commit
210-
(<xreflinkend="sql-prepare-transaction"
208+
<productname>PostgreSQL</> does not offer this type ofreplication,
209+
though <productname>PostgreSQL</> two-phase commit (<xref
210+
linkend="sql-prepare-transaction"
211211
endterm="sql-prepare-transaction-title"> and <xref
212212
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">)
213213
can be used to implement this in application code or middleware.
@@ -252,7 +252,8 @@ protocol to make nodes agree on a serializable transactional order.
252252
<listitem>
253253

254254
<para>
255-
This allows multiple servers to work concurrently on a single
255+
Many of the above solutions allow multiple servers handle multiple sessions, but none allow a single query to use
256+
multiple server to complete fas to This allows multiple servers to work concurrently on a single
256257
query. One possible way this could work is for the data to be
257258
split among servers and for each server to execute its part of
258259
the query and results sent to a central server to be combined

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp