From: Bruce Momjian Date: Tue, 21 Nov 2006 21:37:33 +0000 (+0000) Subject: Mention pgpool-II can do Clustering For Parallel Query Execution. X-Git-Tag: REL9_0_0~6678 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a48e92ea1d3420b0893b7996be2d89c15344628d;p=pg-rex%2Fsyncrep.git Mention pgpool-II can do Clustering For Parallel Query Execution. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index ccdfd8d1cb..be25414c8a 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability and Load Balancing @@ -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 split among servers and for each server to execute its part of the query and results sent to a central server to be combined - and returned to the user. There currently is no - PostgreSQL open source solution for this. + and returned to the user. Pgpool-II has this capability.