Re: Ordered Partitioned Table Scans
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>,
Amit Langote <amitlangote09@gmail.com>, Julien Rouhaud <rjuju123@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Antonin Houska <ah@cybertec.at>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-04-06T00:45:25Z
Lists: pgsql-hackers
On Sat, 6 Apr 2019 at 12:26, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Pushed with some hacking, mostly trying to improve the comments. Great! Many thanks for improving those and pushing it. Many thanks to Julien, Antonin for their detailed reviews on this. Thanks Amit for your input on this as well. Much appreciated. > The only really substantive thing I changed was that you'd missed > teaching ExecSetTupleBound about descending through Append. > Now that we can have plans that are Limit-above-Append-above-Sort, > that's important. Oops. Wasn't aware about that until now. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Use Append rather than MergeAppend for scanning ordered partitions.
- 959d00e9dbe4 12.0 landed