Simon Willison

Results 2433 comments of Simon Willison

I'm going to add `-r/--requirements` too, because it's useful for e.g. `datasette install -r plugins.txt`.

Comment thread here: https://news.ycombinator.com/item?id=25881911 - cperciva says: > There's an even better reason for databases to not write to memory mapped pages: Pages get synched out to disk at the...

I asked about optimizing performance on the SQLite forum and this came up as a suggestion: https://sqlite.org/forum/forumpost/9a6b9ae8e2048c8b?t=c I can start by trying this: PRAGMA mmap_size=268435456;