From 149cb29a1aa7ebca574d087f7afc3b82a86efb67 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Fri, 31 Aug 2012 16:07:34 -0300 Subject: [PATCH] Typo correction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On the FAQ Fundamentals: Does MongoDB handle caching? --- source/faq/fundamentals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/faq/fundamentals.txt b/source/faq/fundamentals.txt index be0c0145caf..41b92cecadf 100644 --- a/source/faq/fundamentals.txt +++ b/source/faq/fundamentals.txt @@ -130,7 +130,7 @@ Does MongoDB handle caching? Yes. MongoDB keeps all of the most recently used data in RAM. If you have created indexes for your queries and your working data set fits -in RAM, MongoDB serves all queries will from memory. +in RAM, MongoDB serves all queries from memory. MongoDB does not implement a query cache: MongoDB serves all queries directly from the indexes and/or data files.