Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 89ad92a

Browse files
committed
Add "Most Common Implementation" row to high availablity table so the
table is less abstract. Most common implementations were already mentioned in the text.
1 parent e125e28 commit 89ad92a

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

doc/src/sgml/high-availability.sgml

+23-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.33 2008/11/17 18:55:14 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.34 2008/11/19 04:46:37 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -287,6 +287,28 @@ protocol to make nodes agree on a serializable transactional order.
287287

288288
<tbody>
289289

290+
<row>
291+
<entry>Most Common Implementation</entry>
292+
<entry align="center">NAS</entry>
293+
<entry align="center">DRBD</entry>
294+
<entry align="center">PITR</entry>
295+
<entry align="center">Slony</entry>
296+
<entry align="center">pgpool-II</entry>
297+
<entry align="center">Bucardo</entry>
298+
<entry align="center"></entry>
299+
</row>
300+
301+
<row>
302+
<entry>Communication Method</entry>
303+
<entry align="center">shared disk</entry>
304+
<entry align="center">disk blocks</entry>
305+
<entry align="center">WAL</entry>
306+
<entry align="center">table rows</entry>
307+
<entry align="center">SQL</entry>
308+
<entry align="center">table rows</entry>
309+
<entry align="center">table rows and row locks</entry>
310+
</row>
311+
290312
<row>
291313
<entry>No special hardware required</entry>
292314
<entry align="center"></entry>
@@ -375,17 +397,6 @@ protocol to make nodes agree on a serializable transactional order.
375397
<entry align="center">&bull;</entry>
376398
</row>
377399

378-
<row>
379-
<entry>Communication Method</entry>
380-
<entry align="center">shared disk</entry>
381-
<entry align="center">disk blocks</entry>
382-
<entry align="center">WAL</entry>
383-
<entry align="center">table rows</entry>
384-
<entry align="center">SQL</entry>
385-
<entry align="center">table rows</entry>
386-
<entry align="center">table rows and row locks</entry>
387-
</row>
388-
389400
</tbody>
390401
</tgroup>
391402
</table>

0 commit comments

Comments
 (0)