Re: making update/delete of inheritance trees scale better
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Amit Langote <amitlangote09@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Heikki Linnakangas <hlinnaka@iki.fi>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-30T18:50:23Z
Lists: pgsql-hackers
Attachments
- heikki10.sql (text/plain)
I wrote: > ... I also tried variants > of that involving updating two columns of a 6-column table and of a > 10-column table, figuring that those cases might be a bit more > representative of typical usage (see attached scripts). Argh, I managed to attach the wrong file for the 10-column test case. For the archives' sake, here's the right one. regards, tom lane
Commits
-
Rework planning and execution of UPDATE and DELETE.
- 86dc90056dfd 14.0 landed
-
Faster expression evaluation and targetlist projection.
- b8d7f053c5c2 10.0 cited