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: 2025-12-09 05:41:30
Message-ID: CAHut+PtZge2G3AYV5J2j6YRSNRfr-ODAtC0PFiXfjMhE4xUtxg@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.

The previous huge patch 0002 has been split into smaller parts to make
it more manageable. The split parts are buildable, but they are not
separately functional. In other words, nothing will work unless/until
all of the parts have been applied.

Summary of changes:

Patch 0001 (unchanged)

~

Patch 0002 (content unchanged; split into multiple parts)

BEFORE
0002-VCI-module-main
AFTER
0002-VCI-main-part1
0003-VCI-main-part2
0004-VCI-main-part3
0005-VCI-main-part4
0006-VCI-main-part5
0007-VCI-main-part6
0008-VCI-tests

~

Patch 0003 (content unchanged)

BEFORE
0003-VCI-module-documentation
AFTER
0009-VCI-docs

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

Attachment Content-Type Size
v20251209-0002-VCI-main-part1.patch application/octet-stream 137.1 KB
v20251209-0005-VCI-main-part4.patch application/octet-stream 175.9 KB
v20251209-0001-VCI-changes-to-postgres-core.patch application/octet-stream 59.9 KB
v20251209-0004-VCI-main-part3.patch application/octet-stream 138.2 KB
v20251209-0003-VCI-main-part2.patch application/octet-stream 315.3 KB
v20251209-0007-VCI-main-part6.patch application/octet-stream 25.2 KB
v20251209-0009-VCI-docs.patch application/octet-stream 5.4 KB
v20251209-0008-VCI-tests.patch application/octet-stream 26.3 KB
v20251209-0006-VCI-main-part5.patch application/octet-stream 479.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-12-09 05:42:00 Re: pg_dump:qemu: uncaught target signal 7 (Bus error) - core dumped
Previous Message Chao Li 2025-12-09 05:35:47 Re: [Proposal] Adding callback support for custom statistics kinds