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

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tomas Vondra <tomas(at)vondra(dot)me>, "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2026-01-16 03:01:30
Message-ID: CAHut+Pu4TWLNN=-XwD_znwAL+dte+0Pr3=t36T0+LPkE-nfr_g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Here is the latest set of VCI patches.

Summary of changes:
- VCI main patches
- removed some redundant headers
- removed some macros that were already defined by PG core headers
- addressed some 'Pointer' related changes
- modified the 'main_arg' value being passed to the VCI bgworker
- removed the redundant MemCpy wrapper function

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

Attachment Content-Type Size
v20260116-0003-VCI-main-part2.patch application/octet-stream 314.4 KB
v20260116-0002-VCI-main-part1.patch application/octet-stream 136.6 KB
v20260116-0004-VCI-main-part3.patch application/octet-stream 138.0 KB
v20260116-0001-VCI-changes-to-postgres-core.patch application/octet-stream 59.9 KB
v20260116-0005-VCI-main-part4.patch application/octet-stream 175.3 KB
v20260116-0007-VCI-main-part6.patch application/octet-stream 25.2 KB
v20260116-0006-VCI-main-part5.patch application/octet-stream 477.7 KB
v20260116-0008-VCI-tests.patch application/octet-stream 26.3 KB
v20260116-0009-VCI-docs.patch application/octet-stream 5.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-01-16 03:15:09 Re: Resetting recovery target parameters in pg_createsubscriber
Previous Message Chao Li 2026-01-16 02:51:50 Re: pg_upgrade: optimize replication slot caught-up check