What does it mean to fit "working set" into RAM for MongoDB?

Viewed 20219

MongoDB is fast, but only when your working set or index can fit into RAM. So if my server has 16G of RAM, does that mean the sizes of all my collections need to be less than or equal to 16G? How does one say "ok this is my working set, the rest can be "archived?"

2 Answers
Related