Commit cf9990c6 authored by Bruce Momjian's avatar Bruce Momjian

Add "Communication Method" row to HA feature matrix documentation.

parent b5518c8e
<!-- $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. ...@@ -374,6 +374,17 @@ protocol to make nodes agree on a serializable transactional order.
<entry align="center">&bull;</entry> <entry align="center">&bull;</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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment