Description
The LazyWriter currently uses synchronous IO and a single thread. This limits the throughput to that of a single disk. Using either async overlapped IO or one thread per physical disk will improve the write throughput.
The LazyWriter currently uses synchronous IO and a single thread. This limits the throughput to that of a single disk. Using either async overlapped IO or one thread per physical disk will improve the write throughput.