[PostGIS] #3587: lwgeom_mindistance2d slows down topology loading
PostGIS
trac at osgeo.org
Tue Mar 5 02:01:55 PST 2024
#3587: lwgeom_mindistance2d slows down topology loading
-----------------------+-----------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Fund Me
Component: topology | Version: 2.2.x
Resolution: | Keywords: performance
-----------------------+-----------------------------
Comment (by strk):
GEOS-3.10.0 introduced GEOSDistanceWithin - performance of using it as as
good as the `ST_Intersects(ST_Buffer())` one for this case, with no
downside of needing to construct the buffer, with the related robustness
issue. PR is here: https://git.osgeo.org/gitea/postgis/postgis/pulls/180
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3587#comment:45>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list