From 89ad92a216f7de55256eba6eecdd270f1ea9ac46 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 Nov 2008 04:46:37 +0000 Subject: [PATCH] Add "Most Common Implementation" row to high availablity table so the table is less abstract. Most common implementations were already mentioned in the text. --- doc/src/sgml/high-availability.sgml | 35 +++++++++++++++++++---------- 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 51e4c72e8f..480d345cf0 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -287,6 +287,28 @@ protocol to make nodes agree on a serializable transactional order. + + Most Common Implementation + NAS + DRBD + PITR + Slony + pgpool-II + Bucardo + + + + + Communication Method + shared disk + disk blocks + WAL + table rows + SQL + table rows + table rows and row locks + + No special hardware required @@ -375,17 +397,6 @@ protocol to make nodes agree on a serializable transactional order. - - Communication Method - shared disk - disk blocks - WAL - table rows - SQL - table rows - table rows and row locks - -