Re: Partition table query performance
От | Gregory Stark |
---|---|
Тема | Re: Partition table query performance |
Дата | |
Msg-id | 8763maouy9.fsf@oxford.xeocode.com обсуждение исходный текст |
Ответ на | Partition table query performance ("Greg Jaman" <gjaman@gmail.com>) |
Ответы |
Re: Partition table query performance
|
Список | 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 по дате отправления: