Comment by metrix Comment by metrix 2 days ago 1 reply Copy Link View on Hacker News I'm curious what your suggest mmap pragma would be.
Copy Link adzm a day ago Collapse Comment - PRAGMA mmap_size=268435456;for example? I'm surprised by the downvotes. Using mmap significantly reduced my average read query time; durations about 70% the length! Reply View | 0 replies
PRAGMA mmap_size=268435456;
for example? I'm surprised by the downvotes. Using mmap significantly reduced my average read query time; durations about 70% the length!