RiotControl icon indicating copy to clipboard operation
RiotControl copied to clipboard

SQLite locking issue

Open encratite opened this issue 11 years ago • 0 comments

SQLite will often result in simultaneous queries to fail, with the driver throwing an exception saying "database locked". This really shouldn't happen. I'm pretty close to just dumping SQLite entirely, because it's just that terrible. A workaround... which might make the system even slower... would be using mutexes for queries, which is absolutely outrageous.

encratite avatar Jun 28 '13 00:06 encratite