Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements

From: Michail Nikolaev <michail(dot)nikolaev(at)gmail(dot)com>
To: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Andrey Borodin <amborodin86(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>
Subject: Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
Date: 2024-12-02 01:39:00
Message-ID: CANtu0ohRVBDf4x7Ge3oVzgf4NzMb_DhmTM1ae0u1WUA+CD0UqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

Added support for parallel builds (resetting in the first phase), next step
- support for unique indexes.

Best regards,
Mikhail.

>

Attachment Content-Type Size
v2-0004-Allow-snapshot-resets-during-parallel-concurrent-.patch text/plain 29.2 KB
v2-0001-this-is-https-commitfest.postgresql.org-50-5160-m.patch text/plain 61.5 KB
v2-0003-Allow-advancing-xmin-during-non-unique-non-parall.patch text/plain 35.8 KB
v2-0002-Add-stress-tests-for-concurrent-index-operations.patch text/plain 20.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-12-02 01:49:34 Re: Memory leak in WAL sender with pgoutput (v10~)
Previous Message Michael Paquier 2024-12-02 01:34:57 Re: CREATE SCHEMA ... CREATE DOMAIN support