Skip to content
Snippets Groups Projects
Commit 20a88257 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

High availability wording fix.

parent 455fa463
Branches
Tags
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.23 2007/11/10 19:14:02 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.24 2007/11/10 19:19:36 momjian Exp $ -->
<chapter id="high-availability"> <chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title> <title>High Availability, Load Balancing, and Replication</title>
...@@ -405,12 +405,12 @@ protocol to make nodes agree on a serializable transactional order. ...@@ -405,12 +405,12 @@ protocol to make nodes agree on a serializable transactional order.
<para> <para>
Many of the above solutions allow multiple servers to handle multiple Many of the above solutions allow multiple servers to handle multiple
queries, but none allow a single query to use multiple servers to queries, but none allow a single query to use multiple servers to
complete faster. This allows multiple servers to work concurrently complete faster. This solution allows multiple servers to work
on a single query. This is usually accomplished by splitting the concurrently on a single query. It is usually accomplished by
data among servers and having each server execute its part of the splitting the data among servers and having each server execute its
query and return results to a central server where they are combined part of the query and return results to a central server where they
and returned to the user. <productname>Pgpool-II</> has this are combined and returned to the user. <productname>Pgpool-II</>
capability. Also, this can be implemented using the has this capability. Also, this can be implemented using the
<productname>PL/Proxy</> toolset. <productname>PL/Proxy</> toolset.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment