Multiple choice technology

Merge combines data records from multiple flow partitions that have been sorted according to the same key specifier, and maintains the sort order.

  1. True

  2. False

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

The Merge component in ETL tools like Ab Initio combines multiple sorted input partitions while preserving the sort order, effectively performing a k-way merge operation similar to the merge phase in external sort algorithms.