-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify "streaming" aggregation as the norm.
Previously, aggregation was specified as if all output shares were aggregated into an aggregate share in one fell swoop, at time of collection. However, all implementations instead used an incremental aggregation process to keep a "running total" aggregate share which was updated as aggregation jobs completed, for performance reasons. This commit switches the specification to match the implementations. Phrasing things this way also makes the name "aggregation job" make sense; as previously specified, there was no aggregation occurring inside of an aggregation job!
- Loading branch information
Showing
1 changed file
with
134 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters