oldmoe.blog

Turn on mmap support for your SQLite connections

open original

Turn on mmap support for your SQLite connections

Reading data from disk is a generally much slower process when compared to reading from memory. This is why almost all database management system will have some form of caching to keep some data ne…

via oldmoe.blog