andyndang opened a new issue, #61: URL: https://github.com/apache/datasketches-postgresql/issues/61
In order for postgres to execute parallel execution plan, the aggregation function needs to be marked as SAFE. Reading this documentation it requires the function to specify a combiner: https://www.postgresql.org/docs/current/sql-createaggregate.html#:~:text=An%20aggregate%20can%20optionally%20support%20partial,PARALLEL%20SAFE%20to%20enable%20parallel%20aggregation. Would be nice if this extension can support that! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
