Re: [GENERAL] [NOVICE] Fwd: Process scheduling in postgres

2016-04-27 Thread raghu vineel
On Sat, Apr 23, 2016 at 11:21 AM, Sameer Kumar wrote: > > > On Fri, Apr 22, 2016 at 5:21 PM raghu vineel > wrote: > >> >> Hi, >> >> I have a 4 core CPU for postgres and I have submitted 6 queries parallely >> in 6 different sessions. But I am se

[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