enhancementhelp wantedquestion
倉庫指標
- Star
- (16,744 star)
- PR 合併指標
- (平均合併 23小時 19分鐘) (30 天內合併 1 個 PR)
描述
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.