Re: Ordered Partitioned Table Scans
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, 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-06T09:06:30Z
Lists: pgsql-hackers
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.
Commits
-
Use Append rather than MergeAppend for scanning ordered partitions.
- 959d00e9dbe4 12.0 landed