Mark D. Anderson wrote:
> Have you measured what improvement would be obtained by using readonly mmap()
> for readers, rather read()?

SQLite supports files that are larger than 4GB.  I don't think
you can mmap() a file that big on a machine with a 32-bit
address space.

--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to