Multiple choice technology

Aggregator can handle only sorted data

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This statement is false. Aggregator transformations can handle both sorted and unsorted data. When data is sorted, the aggregator can optimize performance by grouping sorted rows, but it can also handle unsorted data by sorting it internally or using cache for grouping operations.