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-07-02 06:23:25
Message-ID: CAHut+Put4Jo+UaTurPQh-35JgW3N=RY9kNSYfORysy4-cfvw9w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are the latest v10* patches

The main differences are:

PATCH 0001 (core)
- Rebase was needed due to changes in master.
- Removed all embedded vci relopts (per Timur report [1] these were
not being used).

PATCH 0002 (vci module)
- Changed extension version 1.0 to instead of 2.0
- Fixed several cfbot reported meson problems + WIN32 syntax errors
- Removed some more dead/unreachable code since "vci_create()"
function is not implemented
- Updated README to remove the "max_index_keys" difference.

======
[1] https://www.postgresql.org/message-id/7327bade206c4973b43056a3fc2ad2e7b5dec919.camel%40postgrespro.ru

Kind Regards,
Peter Smith.
Fujitsu Australia

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-07-02 06:23:29 Fix inconsistency in the pg_buffercache documentation
Previous Message Zhijie Hou (Fujitsu) 2025-07-02 06:02:51 RE: Conflict detection for update_deleted in logical replication