Re: On Scalability - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: On Scalability
Date
Msg-id 4CAD769D.9090301@enterprisedb.com
Whole thread Raw
In response to Re: On Scalability  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Responses Re: On Scalability
List pgsql-hackers
On 07.10.2010 10:09, Vincenzo Romano wrote:
> Any feedbacks from TGL and Heikki, then?

I don't have anything to add to what others said already. Your best 
advice is to test it yourself.

I would expect the plan time to be linear relative to the number of 
partial indexes or child tables involved, except that constraint 
exclusion of CHECK constraints on the partitions is exponential. But I 
also wouldn't be surprised if there's some other non-linear aspect there 
that shows its head with thousands of partitions.

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


pgsql-hackers by date:

Previous
From: Vincenzo Romano
Date:
Subject: Re: On Scalability
Next
From: Simon Riggs
Date:
Subject: Re: Issues with Quorum Commit