[Rpm-maint] [rpm-software-management/rpm] Sqlite backend fixes and performance improvements (#937)
Panu Matilainen
notifications at github.com
Thu Nov 14 14:14:01 UTC 2019
Details in the commits.
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/937
-- Commit Summary --
* Force case-sensitive LIKE operator in sqlite
* Set sqlite db handle to NULL on db close to ensure no dangling pointers
* Reset sqlite statements at cursor close to free locks on database
* Sqlite index tweaks for performance
* Oops, the sqlite default "synchronous" mode is FULL, not NORMAL
* Switch to write-ahead-logging (WAL) mode on sqlite backend
-- File Changes --
M lib/backend/sqlite.c (32)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/937.patch
https://github.com/rpm-software-management/rpm/pull/937.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/937
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191114/9d6b4d84/attachment.html>
More information about the Rpm-maint
mailing list