InterviewSolution
Saved Bookmarks
| 1. |
What happens if an index does not fit into RAM? |
|
Answer» If the indexes do not fit into RAM, MongoDB reads data from disk which is relatively very much slower than reading from RAM. |
|