Re: Parallel CREATE INDEX for GIN indexes

From: Tomas Vondra <tomas(at)vondra(dot)me>
To: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>
Cc: Kirill Reshke <reshkekirill(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Parallel CREATE INDEX for GIN indexes
Date: 2025-03-04 19:50:43
Message-ID: fd7710b1-50bd-4e61-b735-7178be6ab771@vondra.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I pushed the two smaller parts today.

Here's the remaining two parts, to keep cfbot happy. I don't expect to
get these into PG18, though.

regards

--
Tomas Vondra

Attachment Content-Type Size
v20250304-0001-Use-a-single-GIN-tuplesort.patch text/x-patch 32.2 KB
v20250304-0002-WIP-parallel-inserts-into-GIN-index.patch text/x-patch 18.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-03-04 20:01:28 Re: Clarification on Role Access Rights to Table Indexes
Previous Message Jeff Davis 2025-03-04 19:48:54 Re: Make tuple deformation faster