Re: Tid scan improvements
Edmund Horner <ejrh00@gmail.com>
From: Edmund Horner <ejrh00@gmail.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2018-09-28T06:13:06Z
Lists: pgsql-hackers
Attachments
- tid_scan_improvements-v2.patch (application/x-patch) patch v2
On Fri, 28 Sep 2018 at 17:02, Edmund Horner <ejrh00@gmail.com> wrote: > I did run pgindent over it though. :) But I didn't check if it still applied to master. Sigh. Here's one that does.
Commits
-
Add TID Range Scans to support efficient scanning ranges of TIDs
- bb437f995d47 14.0 landed
-
Improve planner's selectivity estimates for inequalities on CTID.
- f7111f72d2fd 12.0 landed