Re: Ordered Partitioned Table Scans
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Julien Rouhaud <rjuju123@gmail.com>,
David Rowley <david.rowley@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Amit Langote <amitlangote09@gmail.com>,
Robert Haas <robertmhaas@gmail.com>, Antonin Houska <ah@cybertec.at>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-04-08T05:21:11Z
Lists: pgsql-hackers
On 2019/04/06 18:06, Julien Rouhaud wrote: > On Sat, Apr 6, 2019 at 2:45 AM David Rowley > <david.rowley@2ndquadrant.com> wrote: >> >> 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. > > Thanks! I'm glad that we'll have this optimization for pg12. +1, thank you for working on this. It's nice to see partitioning being useful to optimize query execution in even more cases. Regards, Amit
Commits
-
Use Append rather than MergeAppend for scanning ordered partitions.
- 959d00e9dbe4 12.0 landed