Re: Partition table query performance - Mailing list pgsql-performance

From Gregory Stark
Subject Re: Partition table query performance
Date
Msg-id 8763maouy9.fsf@oxford.xeocode.com
Whole thread Raw
In response to Partition table query performance  ("Greg Jaman" <gjaman@gmail.com>)
Responses Re: Partition table query performance
List pgsql-performance
"Greg Jaman" <gjaman@gmail.com> writes:

> I have a problem with partitioning and I'm wondering if anyone can provide
> some insight.   I'm trying to find the max value of a column across multiple
> partitions.  The query against the partition set is quite slow while queries
> against child partitions is very fast!

I'm afraid this is a known problematic use case of Postgres's current
partitioning support. Postgres is not capable of finding the plan which you're
undoubtedly looking for where it uses the same plan as your child table query
iterating over the partitions.

There are several groups working to improve this in different ways but none of
them appear to be on track to be in 8.4 so it will be 8.5 or later before they
appear. Sorry.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's 24x7 Postgres support!

pgsql-performance by date:

Previous
From: Scott Carey
Date:
Subject: Re: Memory Allocation
Next
From: Kevin Kempter
Date:
Subject: performance tuning queries