[postgis-tickets] [PostGIS] #2822: Slow _add_raster_constraint_extent
PostGIS
trac at osgeo.org
Mon Jul 7 02:44:19 PDT 2014
#2822: Slow _add_raster_constraint_extent
--------------------+-------------------------------------------------------
Reporter: strk | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone:
Component: raster | Version: 2.1.x
Keywords: |
--------------------+-------------------------------------------------------
Calling _add_raster_constraint_extent takes ~24 seconds against a table
containing 2048 rasters of 256x256 pixels and 3 bands each.
For comparison, calling st_envelope(st_collect(st_envelope(rast))) takes
1.5 seconds. There might be something unneeded being run by the function.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2822>
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