Re: On Scalability - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: On Scalability
Date
Msg-id 4CAD7BED.4050009@enterprisedb.com
Whole thread Raw
In response to Re: On Scalability  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: On Scalability
Re: On Scalability
List pgsql-hackers
On 07.10.2010 10:41, Simon Riggs wrote:
> On Thu, 2010-10-07 at 10:28 +0300, Heikki Linnakangas wrote:
>
>> constraint exclusion of CHECK constraints on the partitions is
>> exponential
>
> Constraint exclusion is linear with respect to number of partitions.
> Why do you say exponential?

For some reason I thought the planner needs to check the constraints of 
the partitions against each other, but you're right, clearly that's not 
the case. Linear it is.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: host name support in pg_hba.conf
Next
From: Markus Wanner
Date:
Subject: Re: Issues with Quorum Commit