Opened 14 years ago
Closed 14 years ago
#1012 closed enhancement (fixed)
[raster] rewrite ST_MetaData and ST_BandMetaData as C functions
Reported by: | dustymugs | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
The current implementations of ST_MetaData and ST_BandMetaData are inefficient due to repeated calls to underlying C functions where the raster is deserialized multiple times. Instead, by calling a respective C function, the raster only gets deserialized once.
Change History (3)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Milestone: | PostGIS Raster Future → PostGIS 2.0.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Rewrote ST_BandMetaData in r7357. Added regression tests for ST_MetaData and ST_BandMetaData.
Note:
See TracTickets
for help on using tickets.
Rewritten in r7352. ST_BandMetaData is next.