-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
This is what the code does today:
if( exists(preallocPath(0)) || // if enabled previously, keep using exists(preallocPath(1)) || (storageGlobalParams.preallocj && preallocateIsFaster()) ) { usingPreallocate = true; <snip>code to preallocate files</snip> }
We may want to check the preallocj flag and never use prealloced journal files if it is false.
- related to
-
SERVER-14588 prealloc of datafiles not on by default in 2.6
- Closed