Re: POC: Parallel processing of indexes in autovacuum

From: Daniil Davydov <3danissimo(at)gmail(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Sami Imseih <samimseih(at)gmail(dot)com>, Matheus Alcantara <matheusssilv97(at)gmail(dot)com>, Maxim Orlov <orlovmg(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: POC: Parallel processing of indexes in autovacuum
Date: 2025-10-31 07:54:12
Message-ID: CAJDiXgiNjGUSyfPZVFOUKhj2ORCE5wS3DAWhcB5djwU4fRXM_Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Tue, Oct 28, 2025 at 8:09 PM Daniil Davydov <3danissimo(at)gmail(dot)com> wrote:
>
> Thanks everybody for the review! Please, see v12 patches :
> 1) Implement tests for parallel autovacuum

I forgot to add a new directory to Makefile and meson.build files.
Fixed in v13 patches (only 0003 has changed).

--
Best regards,
Daniil Davydov

Attachment Content-Type Size
v13-0002-Logging-for-parallel-autovacuum.patch text/x-patch 7.7 KB
v13-0004-Documentation-for-parallel-autovacuum.patch text/x-patch 4.4 KB
v13-0001-Parallel-autovacuum.patch text/x-patch 19.6 KB
v13-0003-Tests-for-parallel-autovacuum.patch text/x-patch 19.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message wenhui qiu 2025-10-31 08:00:54 Re: Report oldest xmin source when autovacuum cannot remove tuples
Previous Message Quan Zongliang 2025-10-31 07:44:54 Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement