CORE-1228 introduced disk space pre-allocation as a way to avoid database corruption in out-of-disk-space condition.
But this feature is not worked when physical backup state changed to merge and database file should be extended to
accomodate new pages allocated in delta file. Therefore following was implemented:
a) extend database file before merge process is started
b) use fast file grow feature (when possible)
Vlad Khorsun added a comment - 12/Jun/14 07:26 AMCORE-1228 introduced disk space pre-allocation as a way to avoid database corruption in out-of-disk-space condition.
But this feature is not worked when physical backup state changed to merge and database file should be extended to
accomodate new pages allocated in delta file. Therefore following was implemented:
a) extend database file before merge process is started
b) use fast file grow feature (when possible)
CORE-1228introduced disk space pre-allocation as a way to avoid database corruption in out-of-disk-space condition.But this feature is not worked when physical backup state changed to merge and database file should be extended to
accomodate new pages allocated in delta file. Therefore following was implemented:
a) extend database file before merge process is started
b) use fast file grow feature (when possible)