Tagged Questions

3
votes
3answers
236 views

Larger than memory data structures and how they are typically handled

Say I have a file based data structure such as a B+ Tree. My understanding is that the data is expected to be stored on disk, but the index is usually loaded in memory. What if you have such a large ...