Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- related to
-
SERVER-14588 prealloc of datafiles not on by default in 2.6
-
- Closed
-