projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad0728
)
Mention pgpool-II can do Clustering For Parallel Query Execution.
author
Bruce Momjian
Tue, 21 Nov 2006 21:37:33 +0000
(21:37 +0000)
committer
Bruce Momjian
Tue, 21 Nov 2006 21:37:33 +0000
(21:37 +0000)
doc/src/sgml/high-availability.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index ccdfd8d1cb5183e1621e0de033e57043ec98eb61..be25414c8ab82f6043766bce80b8ff2fa333cbe8 100644
(file)
--- 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.