File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ inserted into the database. This is caused by the following:
123123 compared to the database and is insignificant.
124124
125125 On UNIX, :program:`mongod` preallocates an additional data file
126- and initializes the disk space ``0``. Preallocating data files in the background prevents
126+ and initializes the disk space to ``0``. Preallocating data files in the background prevents
127127 significant delays when a new database file is next allocated.
128128
129129 You can disable preallocation with the :option:`--noprealloc <mongod
@@ -149,14 +149,9 @@ inserted into the database. This is caused by the following:
149149
150150- The :term:`journal`
151151
152- The data directory contains the journal, which stores write operations
153- on disk prior to MongoDB applying them to databases. As MongoDB
154- applies write operations to databases, it removes the operations from
155- the journal. By default, MongoDB applies the write operations every 60
156- seconds. Journal files hold 1 gigabyte of data each. If a file fills
157- up, MongoDB creates a new one. Unless you write *many* bytes of data
158- per-second, the journal directory should contain only two or three
159- journal files.
152+ The data directory contains the journal files, which store write
153+ operations on disk prior to MongoDB applying them to databases. See
154+ :doc:`/administration/journaling`.
160155
161156- Empty blocks
162157
You can’t perform that action at this time.
0 commit comments