Re: [HACKERS] Unable to test parallel aggregate/joins in Postgres beta 2

2016-07-14 Thread Amit Kapila
On Thu, Jul 14, 2016 at 7:22 PM, Madusudanan.B.N wrote: > > > On Thu, Jul 14, 2016 at 7:09 PM, Haribabu Kommi > wrote: >> >> On Thu, Jul 14, 2016 at 11:16 PM, Madusudanan.B.N >> wrote: >> > >> > 3) Is there any kind of toggle to enable parallel aggregate/join feature >> > ? >> > >> >> I am able

Re: [HACKERS] Unable to test parallel aggregate/joins in Postgres beta 2

2016-07-14 Thread Madusudanan.B.N
On Thu, Jul 14, 2016 at 7:09 PM, Haribabu Kommi wrote: > On Thu, Jul 14, 2016 at 11:16 PM, Madusudanan.B.N > wrote: > > > > 3) Is there any kind of toggle to enable parallel aggregate/join feature > ? > > > > I am able to generate parallel plan, The parallel plan may be costly > in your query co

Re: [HACKERS] Unable to test parallel aggregate/joins in Postgres beta 2

2016-07-14 Thread Madusudanan.B.N
++ Pg hackers On Thu, Jul 14, 2016 at 7:18 PM, Madusudanan.B.N wrote: > > > On Thu, Jul 14, 2016 at 6:59 PM, Devrim Gündüz wrote: > >> >> Hi, >> >> On Thu, 2016-07-14 at 18:46 +0530, Madusudanan.B.N wrote: >> > I installed postgres beta 2 using the RPM provided here for Cent OS. >> > >> > Based

Re: [HACKERS] Unable to test parallel aggregate/joins in Postgres beta 2

2016-07-14 Thread Haribabu Kommi
On Thu, Jul 14, 2016 at 11:16 PM, Madusudanan.B.N wrote: > > 3) Is there any kind of toggle to enable parallel aggregate/join feature ? > I am able to generate parallel plan, The parallel plan may be costly in your query compared to other scans, because of which it is not selecting the parallel p

Re: [HACKERS] Unable to test parallel aggregate/joins in Postgres beta 2

2016-07-14 Thread Devrim Gündüz
Hi, On Thu, 2016-07-14 at 18:46 +0530, Madusudanan.B.N wrote: > I installed postgres beta 2 using the RPM provided here for Cent OS. > > Based on this article I was trying to set *max_parallel_degree*, but > postgres complained that there was no such config variable. But I was able > to set *max

Re: [HACKERS] Unable to test parallel aggregate/joins in Postgres beta 2

2016-07-14 Thread Madusudanan.B.N
Oops, the hyper links got removed. RPM repo - http://yum.postgresql.org/repopackages.php#pg96 Blog article followed for parallel aggregation testing - http://blog.2ndquadrant.com/parallel-aggregate/ On Thu, Jul 14, 2016 at 6:46 PM, Madusudanan.B.N wrote: > Hi, > > I installed postgres beta 2 u