Add "Communication Method" row to HA feature matrix documentation.
This commit is contained in:
parent
b5518c8e88
commit
cf9990c66e
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.30 2007/12/16 09:44:27 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.31 2008/01/28 18:43:55 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="high-availability">
|
<chapter id="high-availability">
|
||||||
<title>High Availability, Load Balancing, and Replication</title>
|
<title>High Availability, Load Balancing, and Replication</title>
|
||||||
@ -374,6 +374,17 @@ protocol to make nodes agree on a serializable transactional order.
|
|||||||
<entry align="center">•</entry>
|
<entry align="center">•</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>Communication Method</entry>
|
||||||
|
<entry align="center">shared disk</entry>
|
||||||
|
<entry align="center">disk blocks</entry>
|
||||||
|
<entry align="center">WAL</entry>
|
||||||
|
<entry align="center">table rows</entry>
|
||||||
|
<entry align="center">SQL</entry>
|
||||||
|
<entry align="center">table rows</entry>
|
||||||
|
<entry align="center">table rows and row locks</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user