Hacker News new | ask | show | jobs
by j_baker 5334 days ago
If I recall correctly, mongo only requires that the index gets stored in memory. The actual data itself can go on disk.
3 comments

If you actually use Mongo in practice, everything needs to be in ram to have any kind of performance
It requires neither.
facepalm. Indices on disk is a solved problem.