Aggregation & Duplicate Removal (cont.)
Similarities
- Algorithms require grouping
- Algorithms based on sorting
Differences
- Comparison of attributes
- Treatment of duplicate items
Treated as the same in this paper
Notes:
Comparison of attributes:
Aggregation- only on attributes in the by-list of aggrefate functions
Dup. Removal- immediately dropped
Aggregation- some calculation done before dropping