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 )
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 , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Type: | defect → enhancement |
---|
comment:3 by , 6 years ago
Milestone: | PostGIS 2.5.0 → PostGIS 3.0.0 |
---|
comment:4 by , 5 years ago
Milestone: | PostGIS 3.0.0 → PostGIS Fund Me |
---|
Note:
See TracTickets
for help on using tickets.