Re: Replication Question / Issue - PRIMARY with SYNC and ASYNC Replication

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: edwin(dot)uy(at)gmail(dot)com
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Replication Question / Issue - PRIMARY with SYNC and ASYNC Replication
Date: 2025-10-30 13:52:02
Message-ID: F5E71696-59DF-42C1-BFA4-A7A7CED02BAD@elevated-dev.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On Oct 30, 2025, at 7:38 AM, Ron Johnson <ronljohnsonjr(at)gmail(dot)com> wrote:
>
> Under this scenario, it is not able too since SERVER-G is not accessible. Does that make sense?

Synchronous replication means that the transaction is not complete until it finishes on both servers. That's literally what "synchronous" is.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Shubhang Joshi 2025-10-31 04:24:40 Re: WAL replay is too slow on secondary server
Previous Message Ron Johnson 2025-10-30 13:38:50 Re: Replication Question / Issue - PRIMARY with SYNC and ASYNC Replication