8: External Sorting - Sort/Merge Strategy Flashcards

1
Q

What is the sort-merge strategy best for ?

A

For sorting large files that cannot fit into the memory buffers all at once, and need to be transferred in and out of memory efficiently.

We use the buffer space in main memory to read in blocks from the file, sort and merge the file, and write it back to disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly