[postgis-tickets] [PostGIS] #3751: Parallel support for aggregates with transitions
PostGIS
trac at osgeo.org
Fri May 5 05:33:14 PDT 2017
#3751: Parallel support for aggregates with transitions
--------------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: new
Priority: high | Milestone: PostGIS 2.4.0
Component: postgis | Version: 2.3.x
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by komzpa):
This ticket reminds me of #3650 - there was a partially committed patch
from https://github.com/postgis/postgis/pull/117
parallel=safe there doesn't mean it has to be parallel inside the
aggregate - say, a GROUP BY can in theory calculate different bucket's
extent in different backend in non-parallel fashion. that option doesn't
exist now, since the aggregates are marked parallel unusafe.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3751#comment:1>
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