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-08-14 01:23:34
Message-ID: CAHut+PuP3mUzdcW7y8dnGuUxRJ7K0bcU-v0_t5xt-piwPw99RA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are the latest v18* patches.

Changes include:

PATCH 0002.
Cleaning:
- Fix typos (per Japin patches [1] and [2])
- Remove all #if 0 code
- Make all header comments more consistent
- Cleanup Doxygen annotation formatting
- Remove all double blank lines
Fixes:
- trans_funcs_table[] ordering (per Japin patch [1])
- Access relkind via member instead of function calls (per Japin patch [1])
- Change vci_ConvertWos2RosForBuild return type to reduce casts (per Japin [2])

======
[1] Japin 11/8.
https://www.postgresql.org/message-id/ME0P300MB04457AAC931AD1E3D0CE32FBB628A%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
[2] Japin 12/8.
https://www.postgresql.org/message-id/ME0P300MB04450DF54484C145B77BD0D8B62BA%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Kind Regards,
Peter Smith.
Fujitsu Australia

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2025-08-14 01:35:14 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Previous Message Tomas Vondra 2025-08-14 00:59:10 Re: index prefetching