[postgis-devel] [PostGIS] #1522: [RASTER] ST_MapAlgebraExpr : use prepared queries

PostGIS trac at osgeo.org
Fri Feb 3 10:40:43 PST 2012


#1522: [RASTER] ST_MapAlgebraExpr : use prepared queries
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  dzwarg       
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  raster       |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by pracine):

 On the track of optimization: Is there any result caching for when the
 current pixel has the same value as the previous one (so we don't have to
 call the interpreter twice)? Are prepared query so smart as they do the
 caching themselves?

 Is there any other ways to optimize the one raster mapalgebra?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1522#comment:4>
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-devel mailing list