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-06-12 07:06:19
Message-ID: CAHut+PtUYK9Q+oMeuOcei9cO4FaPn1AS=ran=d8ndHOMU1XWdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are the v6 patches. The changes are as follows:

0001 (postgres core)
- now this addresses the rollback of "additional" optimization change
on master -- see report by Timur [1].
- minor cleanups

0002 (VCI module)
- updated with calls to TupleHashEntryGetAdditional() to support the 0001 fix
- build warnings fixed
- includes the contrib/vci/README
- minor meson changes

0003 (VCI_ENABLE_HOT_HASH_TABLE)
- minor meson changes

0004 (ENABLE_WOSROS_TRANS_DEFERRAL)
- rebased

0005 (docs)
- (unchanged)

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

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v6-0001-VCI-changes-to-postgres-core.patch application/octet-stream 76.3 KB
v6-0005-VCI-module-documentation.patch application/octet-stream 6.3 KB
v6-0003-VCI-module-VCI_ENABLE_HOT_HASH_TABLE-code.patch application/octet-stream 15.0 KB
v6-0004-VCI-module-ENABLE_WOSROS_TRANS_DEFERRAL-co.patch application/octet-stream 29.5 KB
v6-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-06-12 07:08:40 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Previous Message Peter Eisentraut 2025-06-12 06:27:42 Re: Possibly hard-to-read message