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: Tomas Vondra <tomas(at)vondra(dot)me>, "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2025-06-25 02:22:57
Message-ID: CAHut+Pu_12W0HKVW2AxSsb3kfyGLNXvmcWuczsDMY4J-MydNKA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Here are the latest v9* patches. These have following changes:

0001
- fixes some of the minor quirks reported by Tomas [1].

0002
- fixes to added address some of Timur's feedback/patches [2]
- test code updated to remove unsupported type
- test code updated to remove dynamic costings

======
[1] Tomas - https://www.postgresql.org/message-id/a748aa6b-c7e6-4d02-a590-ab404d590448%40vondra.me
[2] Timur - https://www.postgresql.org/message-id/6a6058fc089f89561b2545f024953e4daa0b8561.camel%40postgrespro.ru

Kind Regards,
Peter Smith
Fujitsu Australia

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2025-06-25 03:08:33 RE: Conflict detection for update_deleted in logical replication
Previous Message Greg Sabino Mullane 2025-06-25 01:50:53 Re: [PATCH] Fix hostaddr crash during non-blocking cancellation