From c1bfe86f6a7c202babb25092b68c7f48570ff7e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Feb 2020 15:09:00 -0400 Subject: [PATCH] mention speedup --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 992281482d..8db0c83b64 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,7 +8,7 @@ git-annex (8.20200221) UNRELEASED; urgency=medium fscks and interrupted exports, both of which will restart from the beginning. * 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 some things involving export and import remotes, and git-annex smudge. Microbenchmarks show around 10-25% speedup of sqlite database operations.