Hacker News new | ask | show | jobs
by invaliduser 3648 days ago
By table you mean index, right ? What matters most is the size of the index, and most index data structures (see btrees) work so that very few disk seeks are needed, even if the index is large.