Re: Performance regression with PostgreSQL 11 and partitioning
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Thomas Reiss <thomas.reiss@dalibo.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-05-30T03:01:02Z
Lists: pgsql-hackers
On 26 May 2018 at 02:30, Thomas Reiss <thomas.reiss@dalibo.com> wrote: > I spent some time to test the new features on partitioning with the > beta1. I noticed a potentially huge performance regression with > plan-time partition pruning. Thanks for reporting. I've added this item to the PG11 open items list in: https://wiki.postgresql.org/wiki/PostgreSQL_11_Open_Items#Open_Issues I've placed it there so that it does not get forgotten about. It's still to be decided if we can come up with something low-risk enough that will resolve the issue. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Fix typo in comment
- f5545287dc5f 11.0 landed
-
Allow direct lookups of AppendRelInfo by child relid
- 7d872c91a3f9 11.0 landed
-
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
- 480f1f4329f1 11.0 cited