Opened 13 years ago

Closed 13 years ago

#1012 closed enhancement (fixed)

[raster] rewrite ST_MetaData and ST_BandMetaData as C functions

Reported by: Bborie Park Owned by: Bborie Park
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 Bborie Park, 13 years ago

Status: newassigned

comment:2 by Bborie Park, 13 years ago

Rewritten in r7352. ST_BandMetaData is next.

comment:3 by Bborie Park, 13 years ago

Milestone: PostGIS Raster FuturePostGIS 2.0.0
Resolution: fixed
Status: assignedclosed

Rewrote ST_BandMetaData in r7357. Added regression tests for ST_MetaData and ST_BandMetaData.

Note: See TracTickets for help on using tickets.