say, a merge stream,
that takes N sorted streams and merges them into one stream?
(it would pull from each stream, but output chunks in correct order -
for example, to do a merge sort, or LSMT compaction)
A simpler one would just to merge multiple streams into one, but not control the order.
say, a merge stream,
that takes N sorted streams and merges them into one stream?
(it would pull from each stream, but output chunks in correct order -
for example, to do a merge sort, or LSMT compaction)
A simpler one would just to merge multiple streams into one, but not control the order.