Re: allow sorted builds for btree_gist - Mailing list pgsql-hackers

From Andrey M. Borodin
Subject Re: allow sorted builds for btree_gist
Date
Msg-id 8096891A-1DB4-4E30-89AF-0534D8E2BB01@yandex-team.ru
Whole thread Raw
In response to allow sorted builds for btree_gist  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: allow sorted builds for btree_gist
List pgsql-hackers

> On 18 May 2024, at 00:41, Tomas Vondra <tomas.vondra@enterprisedb.com> wrote:
>
> if the opclass supports sorted
> builds, because then we could parallelize the sort.

Hi Tomas!

Yup, I'd also be glad to see this feature. PostGIS folks are using their geometry (sortsupport was developed for this)
withobject id (this disables sort build). 

It was committed once [0], but then reverted, vardata opclasses were implemented wrong. Now it's on CF[1], Bernd is
activelyresponding in the thread, but currently patch lacks tests. 

Thanks for raising this!


Best regards, Andrey Borodin.

[0] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9f984ba6d23dc
[1] https://commitfest.postgresql.org/48/3686/


pgsql-hackers by date:

Previous
From: Will Mortensen
Date:
Subject: Re: [PATCH] LockAcquireExtended improvement
Next
From: "Jingxian Li"
Date:
Subject: Re: [PATCH] LockAcquireExtended improvement