read_ahead

[buffers]
read_ahead=0 or 1

This value is only used in Windows at present. If it is 1 then DP4 may read data from a file before you have asked for it. It does this in two ways:

Read-ahead defaults to 1 if bypass_cache=2 and 0 otherwise. In our tests read_ahead was of little benefit unless the operating system file cache is disabled. However, it might still be of some benefit for a highly fragmented databased. On a large fragmented database read-ahead can reduce the time to fetch all the records in a table by 50% or more provided bypass_cache=2 is set.