Re: Commit with wait event on advisory lock!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: msalais(at)msym(dot)fr
Cc: "'Rajesh Kumar'" <rajeshkumar(dot)dba09(at)gmail(dot)com>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Commit with wait event on advisory lock!
Date: 2025-01-22 17:24:28
Message-ID: 3938129.1737566668@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

<msalais(at)msym(dot)fr> writes:
> - Replication is used (2 standby, one sync and the other potential) but no
> application connection to replica.

Maybe you have synchronous_commit set to enforce waiting for the
standby to receive/apply the transaction? If so I'd look for
possible delays there.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message msalais 2025-01-22 22:00:56 RE: Commit with wait event on advisory lock!
Previous Message msalais 2025-01-22 17:19:10 RE: Commit with wait event on advisory lock!