Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ilyt
on July 4, 2023
|
parent
|
context
|
favorite
| on:
Things that surprised me while running SQLite in p...
maybe they found proper SQLite options
enabling WAL helps a lot as it allows concurrent reads and a write
https://www.sqlite.org/wal.html
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
enabling WAL helps a lot as it allows concurrent reads and a write
https://www.sqlite.org/wal.html