Skip to content

Commit 0228cee

Browse files
committed
final draft with milkie's changes to line 80
1 parent 0818de8 commit 0228cee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

draft/faq/storage.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ uses in the course of normal operation. Often this is a subset of the
7676
total data size, but the specific size of the working set depends on
7777
actual moment-to-moment use of the database.
7878

79+
If you run a query that requires MongoDB to scan every document in a collection, the working set will expand to include every document. Depending on physical memory size, this may cause working set documents in other collections to be ejected from physical memory. The next time such documents are accessed, a hard page fault may be incurred.
80+
7981
If you run a query that requires MongoDB to scan every
8082
:term:`document` in a collection, the working set includes every active
8183
document in memory.

0 commit comments

Comments
 (0)