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: Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>, 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>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2026-01-18 23:14:27
Message-ID: CAHut+PsbWervqorJK7rDDOg9+3N9mkdV-3PAQGjA8XWKUy5=pg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Here is the latest set of VCI patches.

Summary of changes:
A recent master commit [1] introduced a new flag to allow bgworkers to
be terminated for database-related commands. The VCI main patch is now
setting that flag so that "vci:ROS control worker(slot=%d)" bgworkers
are interruptible.

======
[1] https://github.com/postgres/postgres/commit/f1e251be80a05cb66191d5ea48f2cdc3acff72b5

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v20260119-0001-VCI-changes-to-postgres-core.patch application/octet-stream 59.9 KB
v20260119-0004-VCI-main-part3.patch application/octet-stream 138.0 KB
v20260119-0002-VCI-main-part1.patch application/octet-stream 136.6 KB
v20260119-0005-VCI-main-part4.patch application/octet-stream 175.3 KB
v20260119-0003-VCI-main-part2.patch application/octet-stream 314.1 KB
v20260119-0007-VCI-main-part6.patch application/octet-stream 25.2 KB
v20260119-0006-VCI-main-part5.patch application/octet-stream 477.7 KB
v20260119-0008-VCI-tests.patch application/octet-stream 26.3 KB
v20260119-0009-VCI-docs.patch application/octet-stream 5.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2026-01-18 23:51:58 Re: index prefetching
Previous Message David Rowley 2026-01-18 22:13:16 Re: More speedups for tuple deformation