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

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Tomas Vondra <tomas(at)vondra(dot)me>, "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2025-08-20 02:27:00
Message-ID: CAHut+Psuuks-ogN0SxSOEH6vTMdP38FD5+ZxU162qozPg4Qe8A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are the latest v19* patches.

Changes include:

PATCH 0002.
Cleaning
- Removed unused code (per Timur's patch 0002 [1])
- Removed vci_pg_copy.h; Combined this into postrgesql_copy.h
Code changes
- Changed linear search to switch (per Timur's patch 0003 [1])
- Removed UpperUniquePath (fix build issue due to master commit 24225ad)

======
[1] Timur's patches.
https://www.postgresql.org/message-id/07c53a696afb8089d724214dbaeded6fcaa8fc0d.camel%40postgrespro.ru

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v19-0003-VCI-module-documentation.patch application/octet-stream 5.4 KB
v19-0001-VCI-changes-to-postgres-core.patch application/octet-stream 64.4 KB
v19-0002-VCI-module-main.patch application/octet-stream 1.3 MB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-08-20 03:31:52 Re: UPDATE with invalid domain constraint
Previous Message Xuneng Zhou 2025-08-20 01:52:10 Re: memory leak in logical WAL sender with pgoutput's cachectx