On 10/06/2010 10:17 AM, Heikki Linnakangas wrote: > On 06.10.2010 11:09, Fujii Masao wrote: >> Hmm.. but we can increase availability without any data loss by using >> synchronous >> replication. Many people have already been using synchronous >> replication softwares >> such as DRBD for that purpose. > > Sure, but it's not the synchronous aspect that increases availability. > It's the replication aspect, and we already have that.
..the *asynchronous* replication aspect, yes. The drdb.conf man page [1] describes parameters of DRDB. It's worth noting that even in "Protocol C" (synchronous mode), they sport a timeout of only 6 seconds (by default). After that, the primary node proceeds without any kind of guarantee (which can be thought of as switching to async replication). Just as Simon proposes for Postgres as well. Maybe that really is enough for now. Everybody that needs stricter durability guarantees needs to wait for Postgres-R ;-) Regards Markus Wanner [1]: drdb.conf man page: http://www.drbd.org/users-guide/re-drbdconf.html -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers