Y
Hacker News
new
|
ask
|
show
|
jobs
by
rbranson
638 days ago
The list of circumstances for WAL-mode busy errors is in the doc linked by one of the posters above. It has nothing to do with transactions.
1 comments
ncruces
637 days ago
That list lists reasons queries might return busy; queries aka. reads.
Reads returning busy is rare under WAL, but WAL mode does very little for writer-writer contention.
link
Reads returning busy is rare under WAL, but WAL mode does very little for writer-writer contention.