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

Commit20a8825

Browse files
committed
High availability wording fix.
1 parent455fa46 commit20a8825

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 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.23 2007/11/10 19:14:02 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.24 2007/11/10 19:19:36 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -405,12 +405,12 @@ protocol to make nodes agree on a serializable transactional order.
405405
<para>
406406
Many of the above solutions allow multiple servers to handle multiple
407407
queries, but none allow a single query to use multiple servers to
408-
complete faster. This allows multiple servers to work concurrently
409-
on a single query.This is usually accomplished by splitting the
410-
data among servers and having each server execute its part of the
411-
query and return results to a central server where they are combined
412-
and returned to the user. <productname>Pgpool-II</> has this
413-
capability. Also, this can be implemented using the
408+
complete faster. Thissolutionallows multiple servers to work
409+
concurrentlyon a single query.It is usually accomplished by
410+
splitting thedata among servers and having each server execute its
411+
part of thequery and return results to a central server where they
412+
are combinedand returned to the user. <productname>Pgpool-II</>
413+
has thiscapability. Also, this can be implemented using the
414414
<productname>PL/Proxy</> toolset.
415415
</para>
416416

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp