SQLite Forum

Page-level locking?
Login

Page-level locking?

(1) By Lifepillar (lifepillar) on 2021-08-18 08:16:33

Is it correct that SQLite's locks still operate only at database level?

I recall reading about a branch to implement page-level locking. Is that a thing? Being developed?

(2) By Dan Kennedy (dan) on 2021-08-18 11:19:35 in reply to 1 [link]

This one, most likely:

[](https://sqlite.org/src/timeline?r=begin-concurrent)

[](https://sqlite.org/src/doc/begin-concurrent/doc/begin_concurrent.md)