We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28672e commit 237b200Copy full SHA for 237b200
sqlitestore.js
@@ -8,6 +8,7 @@ var pragmas = [
8
'PRAGMA main.cache_size=10000',
9
'PRAGMA main.locking_mode=EXCLUSIVE',
10
'PRAGMA main.synchronous=OFF', // more dangerous, but fast
11
+ 'PRAGMA mmap_size=268435456', // use fast mmap
12
//'PRAGMA main.synchronous=NORMAL',
13
//'PRAGMA main.journal_mode=WAL', // WAL is annoying for distributed files
14
];
0 commit comments