[PostGIS] #2614: Prepared geometry support for ST_DWithin
PostGIS
trac at osgeo.org
Tue Oct 8 14:47:58 PDT 2024
#2614: Prepared geometry support for ST_DWithin
--------------------------+-----------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: new
Priority: high | Milestone: PostGIS Fund Me
Component: postgis | Version: master
Resolution: | Keywords:
--------------------------+-----------------------------
Comment (by pramsey):
Note you cannot test one gnarly case and call all things faster. At a
minimum, point/point distance will be worse, because of the marshalling
cost for GEOS. Also true no doubt of all kinds of small feature->small
feature cases. Great care is required to muck with the distance functions
because they drive so many of the use cases.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2614#comment:15>
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