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

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>
Cc: "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tomas Vondra <tomas(at)vondra(dot)me>, Japin Li <japinli(at)hotmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, 'Alexandre Felipe' <o(dot)alexandre(dot)felipe(at)gmail(dot)com>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2026-02-17 17:32:49
Message-ID: 202602171728.6tbfadffad67@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-Feb-17, Timur Magomedov wrote:

> All changes to core PostgreSQL code is currently maintained in a single
> VCI-changes-to-postgres-core patch. It would be probably simpler to
> review and accept if CDC patch was separated on its own.

I rate the chances of that happening as very close to zero. If we're
planning on integrating this as part of the backend, it doesn't need (it
shouldn't need) any hooks. It should be an actual part of the backend,
not an arms-length gadget. If we accept the hooks, it will never be
made that.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-02-17 17:35:43 Re: Proposal: ANALYZE (MODIFIED_STATS) using autoanalyze thresholds
Previous Message Álvaro Herrera 2026-02-17 17:28:24 Re: Having problems generating a code coverage report