Re: Joins on TID
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2018-12-22T04:31:46Z
Lists: pgsql-hackers
Attachments
- hash-opclass-for-tid-1.patch (text/x-diff) patch
BTW, if we're to start taking joins on TID seriously, we should also add the missing hash opclass for TID, so that you can do hash joins when dealing with a lot of rows. (In principle this also enables things like hash aggregation, though I'm not very clear on a use-case for grouping by TID.) regards, tom lane
Commits
-
Add a hash opclass for type "tid".
- 0a6ea4001a9d 12.0 landed
-
Support parameterized TidPaths.
- b5415e3c2187 12.0 landed