Conflict Management in Postgres hot standby - Mailing list pgsql-novice

From Wei Shan
Subject Conflict Management in Postgres hot standby
Date
Msg-id CAFe9ZToVUwFOeczT6FLcqagTmvfNM6_hROkA21njNKNtHxFXUg@mail.gmail.com
Whole thread Raw
List pgsql-novice

Hi all.

I come from an Oracle background. I understand that if we are running a long running query on the standby and the table is dropped on master, the XLOG replay will be delayed.

I would like to understand why is this not happening in Oracle Active Dataguard setup. I'm guessing because of the 'C' in ACID, that conflicting query on master is being kept in the UNDO log of the slave until the long running query is over.

I will probably run this test on my laptop this week when I get the chance. But does anyone know the reason?

Thanks in advance.

Cheers.

pgsql-novice by date:

Previous
From: Payal Singh
Date:
Subject: Re: Selective Replication help
Next
From: "lmanorders"
Date:
Subject: Re: DLL Problems