Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[planner] Enable partial aggregates (#1676)
Summary: Flips the switch to enable partial aggregates. This should improve query performance. Relevant Issues: Fixes #1440 Type of change: /kind feature Test Plan: Tested by skaffolding to a cluster. Saw that `px/cluster` and other scripts return reasonable results. Compared the node CPU % from `px/cluster` (calculated through an aggregate) to the actual usage on the node. Also, used `px:set explain=true` `px:set analyze=true` to check that the query plan was using partial aggregates. Changelog Message: ```release-note Queries now support partial aggregates which should improve query performance significantly in some cases. ``` Signed-off-by: James Bartlett <[email protected]>
- Loading branch information