|
|
|
|
|
by smegel
4575 days ago
|
|
> Mongodb expects that your working set fits into RAM along with the indexes for your database. I don't really get this. Surely any database system is going to be faster if all frequently updated/accessed pages fit into ram...what makes mongo special in this regard? Why does it degrade so badly when it has to access disk (beyond the obvious)? |
|
But yes, this is a problem on any DB. The moment it hits disk, performance is terrible.