Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-16 Thread Justin Pryzby
lsasoft.com>> > > Sent: 14 February 2019 16:10:01 > > To: suganthi Sekar > > Cc: [email protected] > [email protected]> > > Subject: Re: constraint exclusion with ineq condition (Re: server hardware > > tuning.) > &

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-15 Thread Benedict Holland
-- > *From:* Michael Lewis > *Sent:* 15 February 2019 00:20:00 > *To:* suganthi Sekar > *Cc:* Justin Pryzby; [email protected] > *Subject:* Re: constraint exclusion with ineq condition (Re: server > hardware tuning.) > > Yeah, the planner doesn

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-15 Thread suganthi Sekar
are there. Regards, Suganthi Sekar From: Michael Lewis Sent: 15 February 2019 00:20:00 To: suganthi Sekar Cc: Justin Pryzby; [email protected] Subject: Re: constraint exclusion with ineq condition (Re: server hardware tuning.) Yeah, the

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-14 Thread Michael Lewis
e column call_created_date > > From: Michael Lewis > Sent: 14 February 2019 19:35:48 > To: suganthi Sekar > Cc: Justin Pryzby; [email protected] > Subject: Re: constraint exclusion with ineq condition (Re: server hardware > tuning.)

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-14 Thread suganthi Sekar
Both table Portion by same column call_created_date From: Michael Lewis Sent: 14 February 2019 19:35:48 To: suganthi Sekar Cc: Justin Pryzby; [email protected] Subject: Re: constraint exclusion with ineq condition (Re: server hardware tuning

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-14 Thread Michael Lewis
hi Sekar > *Cc:* [email protected] > *Subject:* Re: constraint exclusion with ineq condition (Re: server > hardware tuning.) > > On Thu, Feb 14, 2019 at 10:38:36AM +, suganthi Sekar wrote: > > u mean the below parameter need to set on . its already on only. >

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-14 Thread suganthi Sekar
gards Suganthi Sekar From: Justin Pryzby Sent: 14 February 2019 16:10:01 To: suganthi Sekar Cc: [email protected] Subject: Re: constraint exclusion with ineq condition (Re: server hardware tuning.) On Thu, Feb 14, 2019 at 10:38:36AM +, suganthi S

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-14 Thread suganthi Sekar
[email protected] Subject: Re: constraint exclusion with ineq condition (Re: server hardware tuning.) On Thu, Feb 14, 2019 at 09:38:52AM +, suganthi Sekar wrote: > i am using Postgresql 11, i have 2 partition table , when i joined both > table in query > a table its goes exact partition

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-14 Thread Justin Pryzby
On Thu, Feb 14, 2019 at 10:38:36AM +, suganthi Sekar wrote: > u mean the below parameter need to set on . its already on only. > alter system set constraint_exclusion to 'on'; No, I said: > You can work around it by specifying the same condition on > b.call_created_date: > > AND b.call_c

Re: constraint exclusion with ineq condition (Re: server hardware tuning.)

2019-02-14 Thread Justin Pryzby
On Thu, Feb 14, 2019 at 09:38:52AM +, suganthi Sekar wrote: > i am using Postgresql 11, i have 2 partition table , when i joined both > table in query > a table its goes exact partition table , but other table scan all partition > > please clarify on this . > > Example : > > explain anal

Re: server hardware tuning.

2019-02-14 Thread suganthi Sekar
Hi Team , i am using Postgresql 11, i have 2 partition table , when i joined both table in query a table its goes exact partition table , but other table scan all partition please clarify on this . i have enabled below parameter on in configuration file Note : alter system set enable_parti