Re: Reuse child_relids in try_partitionwise_join was Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids)
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Cc: David Christensen <david+pg@pgguru.net>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-07-26T09:44:33Z
Lists: pgsql-hackers
Attachments
- v1-0001-Reduce-memory-used-by-partitionwise-joins.patch (application/octet-stream) patch v1-0001
On Wed, Jul 24, 2024 at 3:30 PM Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> wrote: > Done. Are you suggesting it for aesthetic purposes or there's > something else (read, less defragmentation, performance gain etc.)? I > am curious. I think it's just for readability. > PFA patches: > 0001 - same as previous one > 0002 - addresses your review comments I've worked a bit more on the comments and commit message, and I plan to push the attached soon, barring any objections or comments. Thanks Richard
Commits
-
Reduce memory used by partitionwise joins
- 513f4472a4a0 18.0 landed
-
Fix calculation of relid sets for partitionwise child joins.
- f75595cd80d1 16.0 landed
- 3c90dcd03914 17.0 landed