- Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
For AVG function, we do not have to scale the result of approximate aggregation
This is because the avg result is not affected even if the number of input rows is changed.
However, the approximate aggregate values have to be scaled up for other functions like SUM and COUNT.
We need to multiply the ratio | original table | / | synopsis table | to the approximate results.
Metadata
Metadata
Assignees
Labels
No labels