Re: making update/delete of inheritance trees scale better
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-13T09:52:34Z
Lists: pgsql-hackers
Attachments
- v6-0001-Overhaul-how-updates-compute-a-new-tuple.patch (application/octet-stream) patch v6-0001
- v6-0002-Revise-how-inherited-update-delete-are-handled.patch (application/octet-stream) patch v6-0002
On Wed, Nov 11, 2020 at 9:11 PM Heikki Linnakangas <hlinnaka@iki.fi> wrote: > On 29/10/2020 15:03, Amit Langote wrote: > > Rebased over the recent executor result relation related commits. > > ModifyTablePath didn't get the memo that a ModifyTable can only have one > subpath after these patches. Attached patch, on top of your v5 patches, > cleans that up. Ah, thought I'd taken care of that, thanks. Attached v6. -- Amit Langote EDB: http://www.enterprisedb.com
Commits
-
Rework planning and execution of UPDATE and DELETE.
- 86dc90056dfd 14.0 landed
-
Faster expression evaluation and targetlist projection.
- b8d7f053c5c2 10.0 cited