Commit b035722f authored by Bruce Momjian's avatar Bruce Momjian

Update HA docs with more wording improvements.

parent 6346355a
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.12 2006/11/22 17:36:52 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.13 2006/11/22 18:14:26 momjian Exp $ -->
<chapter id="high-availability"> <chapter id="high-availability">
<title>High Availability and Load Balancing</title> <title>High Availability and Load Balancing</title>
...@@ -205,9 +205,9 @@ protocol to make nodes agree on a serializable transactional order. ...@@ -205,9 +205,9 @@ protocol to make nodes agree on a serializable transactional order.
</para> </para>
<para> <para>
<productname>PostgreSQL</> does not offer this type of load <productname>PostgreSQL</> does not offer this type of replication,
balancing, though <productname>PostgreSQL</> two-phase commit though <productname>PostgreSQL</> two-phase commit (<xref
(<xref linkend="sql-prepare-transaction" linkend="sql-prepare-transaction"
endterm="sql-prepare-transaction-title"> and <xref endterm="sql-prepare-transaction-title"> and <xref
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">) linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">)
can be used to implement this in application code or middleware. 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. ...@@ -252,7 +252,8 @@ protocol to make nodes agree on a serializable transactional order.
<listitem> <listitem>
<para> <para>
This allows multiple servers to work concurrently on a single Many of the above solutions allow multiple servers handle multiple sessions, but none allow a single query to use
multiple server to complete fas to This allows multiple servers to work concurrently on a single
query. One possible way this could work is for the data to be query. One possible way this could work is for the data to be
split among servers and for each server to execute its part of split among servers and for each server to execute its part of
the query and results sent to a central server to be combined the query and results sent to a central server to be combined
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment