Re: [PATCH] reduce page overlap of GiST indexes built using sorted method
Darafei Komяpa Praliaskouski <me@komzpa.net>
From: Darafei "Komяpa" Praliaskouski <me@komzpa.net>
To: "sergei sh." <sshoulbakov@kontur.io>
Cc: Aliaksandr Kalenik <akalenik@kontur.io>,
pgsql-hackers@lists.postgresql.org
Date: 2022-01-18T20:48:19Z
Lists: pgsql-hackers
Hello hackers, On Tue, Jan 18, 2022 at 11:26 PM sergei sh. <sshoulbakov@kontur.io> wrote: > Hi, > > I've addressed Andrey Borodin's concerns about v2 of this patch by > Aliaksandr > Kalenik in attached version. > [snip] This patchset got some attention in the PostGIS development channel, as it is important to really enable the fast GiST build there for the end user. The reviews are positive, it saves build time and performs as well as original non-sorting build on tested workloads. Test by Giuseppe Broccolo: https://lists.osgeo.org/pipermail/postgis-devel/2022-January/029330.html Test by Regina Obe: https://lists.osgeo.org/pipermail/postgis-devel/2022-January/029335.html I believe this patch is an important addition to Postgres 15 and will make a lot of GIS users happier. Thanks, Darafei.
Commits
-
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
- f1ea98a7975e 15.0 landed