• advantages
    • merging is simple (mergesort)
    • no need to keep an index of all the keys in memory, just some (need to scan a few keys)
    • group records into a block and compress it before writing to disk (thanks to above)

See also

References