Re: [PoC] Improve dead tuple storage for lazy vacuum

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum
Date: 2023-03-21 05:41:26
Message-ID: CAFBsxsGG5DpyyaTdu16+SOhSTcfQH2YcxWY0=0ryPcEdO1d=FQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 20, 2023 at 9:34 PM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
wrote:
>
> On Mon, Mar 20, 2023 at 9:34 PM John Naylor
> <john(dot)naylor(at)enterprisedb(dot)com> wrote:
> > That's an interesting idea, and the analogous behavior to aset could be
a good thing for readability and maintainability. Worth seeing if it's
workable.
>
> I've attached a quick hack patch. It can be applied on top of v32
> patches. The changes to dsa.c are straightforward since it makes the
> initial and max block sizes configurable.

Good to hear -- this should probably be proposed in a separate thread for
wider visibility.

--
John Naylor
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2023-03-21 06:03:00 Re: Allow logical replication to copy tables in binary format
Previous Message Amit Langote 2023-03-21 05:03:24 Re: Eliminating SPI from RI triggers - take 2