Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Amit Langote <amitlangote09@gmail.com>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, Andrei Lepikhov <a.lepikhov@postgrespro.ru>,
Tomas Vondra <tomas.vondra@enterprisedb.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, vignesh C <vignesh21@gmail.com>
Date: 2024-03-25T10:25:19Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-the-comment-of-init_dummy_sjinfo.patch (application/octet-stream) patch v1-0001
On Mon, Mar 25, 2024 at 5:17 PM Amit Langote <amitlangote09@gmail.com> wrote: > I've pushed this now. > > When updating the commit message, I realized that you had made the > right call to divide the the changes around not translating the dummy > SpecialJoinInfos into a separate patch. So, I pushed it like that. Sorry I'm late for the party. I noticed that in commit 6190d828cd the comment of init_dummy_sjinfo() mentions the non-existing 'rel1' and 'rel2', which should be addressed. Also, I think we can make function consider_new_or_clause() call init_dummy_sjinfo() to simplify the code a bit. Attached is a trivial patch for the fixes. Thanks Richard
Commits
-
Code review for 6190d828cd2
- 0f7863afef67 17.0 landed
-
Do not translate dummy SpecialJoinInfos for child joins
- 6190d828cd25 17.0 landed
-
Reduce memory used by partitionwise joins
- 5278d0a2e870 17.0 landed
-
Remove dummy_spinlock
- 55627ba2d334 17.0 cited