SQLite WAL2 Support
(1) By SwapnilV on 2023-02-01 08:59:23 [link] [source]
Hello,
Is WAL2 supported in latest version 3.40.1 of SQLite ?
Thanks, Swapnil
(2.1) By Stephan Beal (stephan) on 2023-02-01 12:03:59 edited from 2.0 in reply to 1 [link] [source]
Is WAL2 supported in latest version 3.40.1 of SQLite ?
No. wal2 is currently limited to various non-trunk branches of the source tree.
(3.1) By SwapnilV on 2023-02-01 15:22:46 edited from 3.0 in reply to 2.1 [link] [source]
Thanks for the reply Stephan. Does that mean BEGIN CONCURRENT enhancement is also not supported in latest version 3.40.1 of SQLite ?
I found below link about concurrency.
https://www.sqlite.org/cgi/src/doc/begin-concurrent/doc/begin_concurrent.md
Does this mean above link is applicable for some development branch of sqlite and it is not applicable to latest SQLite version 3.40.1 ?
(4) By Stephan Beal (stephan) on 2023-02-01 15:28:11 in reply to 3.1 [source]
Does that mean BEGIN CONCURRENT enhancement is also not supported in latest version 3.40.1 of SQLite ?
Correct - it's currently in non-trunk branches only and there are no concrete plans for when/if it will be merged into trunk.
/doc/begin-concurrent/doc/begin_concurrent.md
Does this mean above link is applicable for some development branch of sqlite and it is not applicable to latest SQLite version 3.40.1 ?
Correct. The path part immediately after /doc is the name of the branch that doc applies to (begin-concurrent, in this case). Only /doc paths in the form /doc/trunk are relevant for the canonical releases.