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-10-06 02:11:59
Message-ID: CAHut+Puh2_31ATQTFrfp8GjkOFkKieDrAjtXBSyRgCuJsC4=-w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are the latest v28* patches.

Changes include:

PATCH 0001.
- Remove some code that Iwata-San has already separated out to a
different thread [1].

PATCH 0002.
- Temp removal of call to the now separated out function.

======
[1] https://www.postgresql.org/message-id/flat/OS7PR01MB11964335F36BE41021B62EAE8EAE4A%40OS7PR01MB11964.jpnprd01.prod.outlook.com

Kind Regards,
Peter Smith.
Fujitsu Australia

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-10-06 02:18:17 Re: Refactoring: Use soft error reporting for *_opt_error functions
Previous Message Hayato Kuroda (Fujitsu) 2025-10-06 01:59:08 RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE