-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.2.0
-
Component/s: Storage
-
None
-
Environment:Windows
-
Fully Compatible
Looks like there may be support for doing this better/faster than writing zeros to the file, see:
http://stackoverflow.com/questions/455297/creating-big-file-on-windows/455302#455302
(Use the Win32 API, CreateFile, SetFilePointerEx, SetEndOfFile, and CloseHandle.)
- is related to
-
SERVER-5819 Use FileAllocator on Windows
- Closed