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 - -