Conversation

sqlite.org/releaselog/3_3 > STRICT tables provide a prescriptive style of data type management, for developers who prefer that kind of thing. github.com/GrapheneOS/Att Finally. It was possible to use CHECK constraints for data storage type checks but it was verbose and a bit slow.
2
13
Replying to
There are currently edge cases for highly concurrent database usage where the WAL file can grow indefinitely if you rely on the concurrent automatic checkpoints not blocking other usage. WAL2 fixes it and will hopefully be merged and released as stable in the next year or so.
4
Replying to
WAL2 and BEGIN CONCURRENT are planned features under development rather than something already available. I mean that those future improvements will make it work a lot better in cases where you want to have concurrent writers rather than just 1 writer and N readers together.
1
1
Show replies