I used FILE_FLAG_SEQUENTIAL_SCAN but it didn’t seem to speed up my sequential scanning

1 · Raymond Chen · Nov. 30, 2022, 4:30 p.m.
It triggers prefetching, but your usage pattern may mean that prefetch doesn't mean much. The post I used <CODE>FILE_FLAG_SEQUENTIAL_SCAN</CODE> but it didn’t seem to speed up my sequential scanning appeared first on The Old New Thing....