Multiple choice technology web technology

Which one is the feature of a sort component?

  1. Pipeline parallelism

  2. Costly in terms of space and time

  3. Removes duplicates on the key specified

  4. None of the above

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

Sort components are resource-intensive because they must collect all records before sorting, often require disk spillover for large datasets, and perform expensive comparison operations across the entire dataset.