Switch to locking_mode EXCLUSIVE in libSQL server? #1630
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
SQLite acquires a POSIX advisory lock by default for every read transaction. Let's consider switching to
PRAGMA locking_mode=EXCLUSIVE
to make SQLite acquire the POSIX advisory lock when a database file is opened, which improves read performance.The text was updated successfully, but these errors were encountered: