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-11-06 07:22:55
Message-ID: CAHut+Psg8cwx6iJip+oMvsg3Wen-0JcrFURfMQWMzyksJYRxBg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are the latest patches.

Some rebasing was needed.

Note -- I've changed the versioning -- now date-based instead of v31.

~~~

Changes include:

PATCH 0001.
- Rebase due to commit e1ac846f3d2836dcfa0ad15310e28d0a0b495500
(ItemPointerData)

PATCH 0002.
- Rebase due to commit e1ac846f3d2836dcfa0ad15310e28d0a0b495500
(ItemPointerData)
- Rebase due to commit a13833c (GUC structs)

~~~

KNOWN ISSUES
The test cases are currently failing with a TRAP Assert.
Unfortunately, the CI has failed to apply this patch for the last few
weeks, so any master changes during that time could have impacted VCI
without being noticed. Meanwhile, I am reposting these rebased patches
despite the known test issue, because then at least it may
catch/report any other emerging build problems early, while the cause
of the TRAP is still being investigated.

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

Attachment Content-Type Size
v20251106-0003-VCI-module-documentation.patch application/octet-stream 5.4 KB
v20251106-0001-VCI-changes-to-postgres-core.patch application/octet-stream 59.9 KB
v20251106-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 Mats Kindahl 2025-11-06 07:37:58 Re: Use stack-allocated StringInfoData
Previous Message Quan Zongliang 2025-11-06 07:20:25 Re: [PATCH] Add pg_get_role_ddl() functions for role recreation