Re: Autovacuum and Insert wait - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Autovacuum and Insert wait
Date
Msg-id 202310251115.5kpzzeujhwtn@alvherre.pgsql
Whole thread Raw
In response to Autovacuum and Insert wait  (Rajesh Kumar <rajeshkumar.dba09@gmail.com>)
Responses Re: Autovacuum and Insert wait
List pgsql-admin
On 2023-Oct-25, Rajesh Kumar wrote:

> Can autovacuum cause insert wait?

Yes, in unlucky situations.

> I could see in log that there are lot of insert waiting for a table ...At
> the same time autovacuum is running for table.

Did you examine pg_locks and pg_stat_activity in detail to see what
exactly was going on?  It's easy to jump to wrong conclusions.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"Aprender sin pensar es inútil; pensar sin aprender, peligroso" (Confucio)



pgsql-admin by date:

Previous
From: Rajesh Kumar
Date:
Subject: Autovacuum and Insert wait
Next
From: Alvaro Herrera
Date:
Subject: Re: User/Roles, Owner, and privileges migration strategy