Re: Parallel CREATE INDEX for GIN indexes - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: Parallel CREATE INDEX for GIN indexes
Date
Msg-id 3d2b0417-693b-4444-990a-be6178cef549@vondra.me
Whole thread Raw
In response to Re: Parallel CREATE INDEX for GIN indexes  (Tomas Vondra <tomas@vondra.me>)
List pgsql-hackers
On 4/30/25 14:39, Tomas Vondra wrote:
> 
> On 4/18/25 03:03, Vinod Sridharan wrote:
>> ...
>>
> 
> The patch seems fine to me - I repeated the tests with mailing list
> archives, with MemoryContextStats() in _gin_parallel_merge, and it
> reliably minimizes the memory usage. So that's fine.
> 
> I was also worried if this might have performance impact, but it
> actually seems to make it a little bit faster.
> 
> I'll get this pushed.
> 

And pushed, so it'll be in beta1.


Thanks!

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: POC: Parallel processing of indexes in autovacuum
Next
From: Sami Imseih
Date:
Subject: Re: Improve explicit cursor handling in pg_stat_statements