Re: Parallel aggregates in PG 16.1

2023-11-10 Thread Matthias van de Meent
On Fri, 10 Nov 2023 at 11:47, ZIMANYI Esteban wrote: > > In MobilityDB > https://github.com/MobilityDB/MobilityDB > we have defined a tstzspan type which is a fixed-size equivalent of the > tstzrange type in PostgreSQL. > > We have a span_union aggregate function which is the equivalent of the >

Parallel aggregates in PG 16.1

2023-11-10 Thread ZIMANYI Esteban
In MobilityDB https://github.com/MobilityDB/MobilityDB we have defined a tstzspan type which is a fixed-size equivalent of the tstzrange type in PostgreSQL. We have a span_union aggregate function which is the equivalent of the range_agg function in PostgreSQL defined as follows CREATE FUNCTION