top | item 46125686

(no title)

wmanley | 2 months ago

Use a connection per-thread instead. By sharing a connection across threads you’ll be limiting concurrency - and transactions won’t work as you’d expect. SQLite connections are not heavy.

Also: use WAL mode and enable mmap.

discuss

order

No comments yet.