[postgis-tickets] [PostGIS] #3836: Parallel support for ST_CountAgg, ST_SummaryStatsAgg
PostGIS
trac at osgeo.org
Thu Sep 7 13:30:01 PDT 2017
#3836: Parallel support for ST_CountAgg, ST_SummaryStatsAgg
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
Continuing from #3751.
* ST_CountAgg
* ST_SummaryStatsAgg
These two aggregates are candidates for parallel aggregation. They are
already marked parallel safe in their current incarnation.
They require a combinefunc, and serialize/deserialize functions.
Unfortunately each has several different SQL function parameterizations,
so it'll be a little complex to carry out.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3836>
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