Skip to content

feat(database): Engine-level Write-Ahead Logging & concurrency buffers for SQLite (#477)#486

Open
ayushshukla1807 wants to merge 1 commit intohatnote:masterfrom
ayushshukla1807:feat-sqlite-concurrency-177585
Open

feat(database): Engine-level Write-Ahead Logging & concurrency buffers for SQLite (#477)#486
ayushshukla1807 wants to merge 1 commit intohatnote:masterfrom
ayushshukla1807:feat-sqlite-concurrency-177585

Conversation

@ayushshukla1807
Copy link
Copy Markdown

@ayushshukla1807 ayushshukla1807 commented Apr 10, 2026

Fixes #477. Added Write-Ahead Logging (WAL) and concurrency buffers to SQLite.

The montage-beta environment was running into frequent Database is Locked errors under concurrent load (especially during CI or heavy admin imports). Enabling WAL mode dramatically reduces writer blocking so these ops can complete reliably.

@ayushshukla1807 ayushshukla1807 force-pushed the feat-sqlite-concurrency-177585 branch from d8483a1 to 7416776 Compare April 11, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQLite database lock errors on montage-beta cause intermittent failures

1 participant