Mention pgpool-II can do Clustering For Parallel Query Execution.
This commit is contained in:
parent
3ad0728c81
commit
a48e92ea1d
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.6 2006/11/21 18:31:57 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.7 2006/11/21 21:37:33 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="high-availability">
|
<chapter id="high-availability">
|
||||||
<title>High Availability and Load Balancing</title>
|
<title>High Availability and Load Balancing</title>
|
||||||
@ -252,8 +252,7 @@ protocol to make nodes agree on a serializable transactional order.
|
|||||||
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
|
||||||
and returned to the user. There currently is no
|
and returned to the user. Pgpool-II has this capability.
|
||||||
<productname>PostgreSQL</> open source solution for this.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user