On 5/26/17, Clemens Ladisch <[email protected]> wrote: > > SQLite does not use FILE_FLAG_RANDOM_ACCESS (except on Windows CE), but > it's possible that Windows is estimating that the accesses are random > (because the actually are). >
IIRC, we experimented with using FILE_FLAG_RANDOM_ACCESS but found that it made things run slower in our tests. That would have been years ago though - things might have changed since then. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

