Re: PG replicas and transactions atomicity

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PG replicas and transactions atomicity
Date: 2023-01-06 00:04:27
Message-ID: 38C50999-0DBA-4F88-8A6E-6F316A8EDEB6@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Jan 5, 2023, at 16:03, Ron <ronljohnsonjr(at)gmail(dot)com> wrote:
>
> Even in asynchronous replication?

Yes. Asynchronous replication controls when the client doing the transaction is told that the transaction is complete; it doesn't allow for dirty reads on either the primary or secondary.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe Pettus 2023-01-06 03:46:48 Re: PG replicas and transactions atomicity
Previous Message Ron 2023-01-06 00:03:26 Re: PG replicas and transactions atomicity