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-09-10 02:31:57
Message-ID: CAHut+PuquJLFZN2nj6zMjiwWzGv-dw_yqOXcazounF_L5NY-7A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are the latest v23* patches.

Changes include:

PATCH 0002.
- Some code/config changes so that cfbot can work now for MacOS and FreeBSD.
- Modify test code to make the ANALYZE expected results more stable
(don't display buffers).

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

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2025-09-10 02:34:58 RE: Add support for specifying tables in pg_createsubscriber.
Previous Message Chao Li 2025-09-10 02:26:42 Mark ItemPointer arguments as const thoughoutly