Query Spins - Mailing list pgsql-admin

From Murthy Nunna
Subject Query Spins
Date
Msg-id DM8PR09MB6677D376F84879E730AAB223B807A@DM8PR09MB6677.namprd09.prod.outlook.com
Whole thread Raw
Responses Re: Query Spins
List pgsql-admin

Hi,

 

Pg16.10

 

I have a query which runs fine most of the time. When it runs fine, it spawns parallel workers. In pg_stat_activity, wait_event is blank, state is active and backend_type = "client backend" for the main query. For parallel workers of this query I see wait_event = MessageQueueSend, state is active and backend_type = "parallel worker"

 

But some times, it has no parallel workers. wait_event is blank, state is active and backend_type =client backend. And it never ends. It takes up lot of CPU. The socket on both server and client server are in ESTABLISHED state (netstat -tulpa | grep <client_port>).

 

I appreciate any help you can provide.

 

 

pgsql-admin by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Having trouble passing a shell variable to a query from psql command line
Next
From: Laurenz Albe
Date:
Subject: Re: Query Spins