Opened 7 years ago

Last modified 5 years ago

#3836 assigned enhancement

Parallel support for ST_CountAgg, ST_SummaryStatsAgg

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS Fund Me
Component: postgis Version: master
Keywords: Cc:

Description (last modified by pramsey)

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.

Change History (4)

comment:1 by pramsey, 7 years ago

Description: modified (diff)

comment:2 by pramsey, 7 years ago

Type: defectenhancement

comment:3 by komzpa, 6 years ago

Milestone: PostGIS 2.5.0PostGIS 3.0.0

comment:4 by pramsey, 5 years ago

Milestone: PostGIS 3.0.0PostGIS Fund Me
Note: See TracTickets for help on using tickets.