wal-mode

Tag

Cards List
#wal-mode

SQLite in Production: Optimizing WAL Mode, Concurrency, and VFS Layers

Hacker News Top · 2026-07-29 Cached

A deep-dive into optimizing SQLite for production use, covering Write-Ahead Logging mode, checkpointing strategies, concurrency improvements, and custom Virtual File System layers to achieve low-latency app server performance.

0 favorites 0 likes
#wal-mode

SQLite WAL Mode Can Lock Short-Lived Readers

Lobsters Hottest · 2026-07-26 Cached

SQLite's WAL mode can cause 'database is locked' errors for short-lived read-only connections due to internal locking of the WAL index file; a busy timeout or switching to DELETE mode can resolve the issue.

0 favorites 0 likes
← Back to home

Submit Feedback