Y
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
kanwisher
5333 days ago
If you actually use Mongo in practice, everything needs to be in ram to have any kind of performance
link
obfuscate
5333 days ago
It
requires
neither.
link
willvarfar
5333 days ago
facepalm. Indices on disk is a solved problem.
link