top | item 46728056 (no title) kleton | 1 month ago A gotcha, if you are expecting compatibility with sqlite. You can't set PRAGMA journal_mode=WAL and expect to be able to read database state from another process. Turso will report exclusive lock discuss order hn newest sealeck|1 month ago I thought the point of Turso was to offer better concurrency than SQLite currently does. A la https://turso.tech/blog/beyond-the-single-writer-limitation-... and https://penberg.org/papers/penberg-edgesys24.pdfWould be great if one of the Turso developers can clarify :) bawolff|1 month ago Honestly, if you care about that level of concurrency, it begs the question of why are you using an in process database in the first place? load replies (2)
sealeck|1 month ago I thought the point of Turso was to offer better concurrency than SQLite currently does. A la https://turso.tech/blog/beyond-the-single-writer-limitation-... and https://penberg.org/papers/penberg-edgesys24.pdfWould be great if one of the Turso developers can clarify :) bawolff|1 month ago Honestly, if you care about that level of concurrency, it begs the question of why are you using an in process database in the first place? load replies (2)
bawolff|1 month ago Honestly, if you care about that level of concurrency, it begs the question of why are you using an in process database in the first place? load replies (2)
sealeck|1 month ago
Would be great if one of the Turso developers can clarify :)
bawolff|1 month ago