Replay tool performance patch from Phil
Hack to force replay tool to use one preallocated and initialized I/O buffer for all I/O operations. Malloc'ing a new (uninitialized) buffer for each I/O operation causes really poor performance, likely due to page faults.
Showing
Please register or sign in to comment