Re: [GENERAL] Fwd: Process scheduling in postgres

2016-04-22 Thread John R Pierce
On 4/22/2016 1:30 AM, raghu vineel wrote: I have a 4 core CPU for postgres and I have submitted 6 queries parallely in 6 different sessions. But I am seeing only 1 query per CPU and the remainig queries are queued. I am not sure why is it happening. Do you have any special scheduler for postg

[GENERAL] Fwd: Process scheduling in postgres

2016-04-22 Thread raghu vineel
Hi, I have a 4 core CPU for postgres and I have submitted 6 queries parallely in 6 different sessions. But I am seeing only 1 query per CPU and the remainig queries are queued. I am not sure why is it happening. Do you have any special scheduler for postgres? I can see that CPU has been shared wit