mention speedup

This commit is contained in:
Joey Hess 2020-02-19 15:09:00 -04:00
parent 0f3ecbe7e8
commit c1bfe86f6a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -8,7 +8,7 @@ git-annex (8.20200221) UNRELEASED; urgency=medium
fscks and interrupted exports, both of which will restart from the fscks and interrupted exports, both of which will restart from the
beginning. beginning.
* Improved serialization of filenames and keys to the sqlite databases, * Improved serialization of filenames and keys to the sqlite databases,
avoiding encoding problems. avoiding encoding problems and speeding up operations on them.
* Add some missing indexes to sqlite databases. This will speed up * Add some missing indexes to sqlite databases. This will speed up
some things involving export and import remotes, and git-annex smudge. some things involving export and import remotes, and git-annex smudge.
Microbenchmarks show around 10-25% speedup of sqlite database operations. Microbenchmarks show around 10-25% speedup of sqlite database operations.