Re: [WIP]Vertical Clustered Index (columnar store extension) - take2

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Tomas Vondra <tomas(at)vondra(dot)me>
Cc: "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2025-07-08 00:21:29
Message-ID: CAHut+Psd=OF5omxsri41BGxfgP6STWjq8khctCoPyBLseLuhcA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 24, 2025 at 7:29 AM Tomas Vondra <tomas(at)vondra(dot)me> wrote:
>
> Hello Iwata-san,
>
...

> autovacuum.c
> ------------------
> - Why does this need a custom autovacuum launcher, or what's the purpose
> of this code? is there a special autovacuum launcher for VCI indexes?
>
> - Again, explicit references to "VCI", should not be done like this.

Fixed in v11-0001

> autovacuum.h
> ------------------
> - It seems a bit strage to add "built-in" bgworkers for an extension. If
> the extension really needs some sort of workers, it should be defined in
> the extension.
>

Fixed in v11-0001

======
Kind Regards,
Peter Smith.
Fujitsu Australia

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-07-08 00:36:53 Re: Adding wait events statistics
Previous Message Andres Freund 2025-07-08 00:13:03 Re: postmaster uses more CPU in 18 beta1 with io_method=io_uring