2013-03-25 23:09:28
— part of check-in
[1b37c4effd]
on branch experimental-mmap
— Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can be
used to issue a hint to the VFS to limit mmap space to N bytes. The VFS
is free to ignore that hint if desired. However, if "PRAGMA mmap_limit(0)"
is used, xFetch is never called.
(user:
drh
size: 2316)
2013-04-04 00:40:17
— part of check-in
[fff2be6077]
on branch trunk
— Try to use mmap() to speed access to the database file on windows, linux,
and mac.
(user:
drh
size: 2316)