[postgis-tickets] [PostGIS] #4686: Faster bbox access for PG12+
PostGIS
trac at osgeo.org
Tue May 12 09:21:40 PDT 2020
#4686: Faster bbox access for PG12+
--------------------------+---------------------------
Reporter: Algunenano | Owner: Algunenano
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 3.1.0
Component: postgis | Version: master
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by Algunenano):
A function that could benefit from something like this would be
ST_ClipByBox2D which has 2 different shortcuts (geom bbox inside box, geom
bbox fully outsize the bbox).
One of the common use cases for ST_ClipByBox2D is to clip the webmercator
world before transforming geometries into 3857, and you expect most of the
source geoemtries to fall inside the box.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4686#comment:1>
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