[postgis-tickets] [PostGIS] #3556: Parallelization of Basic raster functions for PostgreSQL 9.6

PostGIS trac at osgeo.org
Sat May 14 19:41:16 PDT 2016


#3556: Parallelization of Basic raster functions for PostgreSQL 9.6
--------------------+---------------------------
 Reporter:  robe    |      Owner:  robe
     Type:  defect  |     Status:  new
 Priority:  medium  |  Milestone:  PostGIS 2.3.0
Component:  raster  |    Version:  trunk
 Keywords:          |
--------------------+---------------------------
 I think a good chunk of functions in PostGIS raster can be parallelized.
 Particularly the ones like the ST_MapAlgebra, ST_Reclass family that take
 one raster per row and transform to anothr raster.

 Sadly I think the aggregates are a lost cause for 9.6.

 Anyrate I'm going to experiment to flag which ones can be marked parallel
 safe and putting proper costing on them.

 Being able to commit this work would hinge on #3549

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3556>
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