Upcoming hot standby replication question

From: Ivan Voras <ivoras(at)freebsd(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Upcoming hot standby replication question
Date: 2010-04-09 14:10:42
Message-ID: hpncgp$ho1$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I'd like to ask about the asynchronous nature of upcoming replication
implementation in 9.0 - what guarantees does it give with regards to
delays and latency? E.g. do COMMITs "finish" and return to the caller
before or after the data is sent to the slave? (being asynchronous, they
probably don't wait for the other side's confirmation, right?).

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2010-04-09 14:26:16 Re: Upcoming hot standby replication question
Previous Message Greg Smith 2010-04-09 14:06:52 Re: When is an explicit cast necessary?