Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date
Msg-id 202602171728.6tbfadffad67@alvherre.pgsql
Whole thread Raw
In response to Re: [WIP]Vertical Clustered Index (columnar store extension) - take2  (Timur Magomedov <t.magomedov@postgrespro.ru>)
List 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/



pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Having problems generating a code coverage report
Next
From: Nathan Bossart
Date:
Subject: Re: Proposal: ANALYZE (MODIFIED_STATS) using autoanalyze thresholds