We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6793ea7 commit 149cb29Copy full SHA for 149cb29
source/faq/fundamentals.txt
@@ -130,7 +130,7 @@ Does MongoDB handle caching?
130
131
Yes. MongoDB keeps all of the most recently used data in RAM. If you
132
have created indexes for your queries and your working data set fits
133
-in RAM, MongoDB serves all queries will from memory.
+in RAM, MongoDB serves all queries from memory.
134
135
MongoDB does not implement a query cache: MongoDB serves all queries
136
directly from the indexes and/or data files.
0 commit comments