You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/faq/storage.txt
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,12 @@ What are memory mapped files?
19
19
-----------------------------
20
20
21
21
22
-
A memory-mapped file is a file whose data has been mapped to a region of virtual memory via the mmap() system call. Memory-mapped files play a critical role in the MongoDB storage engine. By using memory mapped
23
-
files MongoDB can treat the content of its data files as if they were
24
-
in memory. This provides MongoDB with an extremely fast and simple
25
-
method for accessing and manipulating data.
22
+
A memory-mapped file is a file whose data has been mapped to a region of
23
+
virtual memory via the ``mmap()`` system call. Memory-mapped files play a
24
+
critical role in the MongoDB storage engine. By using memory mapped files
25
+
MongoDB can treat the content of its data files as if they were in memory.
26
+
This provides MongoDB with an extremely fast and simple method for accessing
0 commit comments