Thread: Aggregating results across multiple partitions

Aggregating results across multiple partitions

From
"Mike O'Connel"
Date:
Hi<br /><br />I see that some queries are not Order(n) where n=number of partitions. However, if one were to run the
queryseparately against different partitions and aggregate the results it could be Order(n). Can such an approach be
implementedin a more generic manner in pgsql?<br /><br />Thanks<br />Mike<br />