Sped up sqlite inserts 2x when built with persistent 2.14.5.0

https://github.com/yesodweb/persistent/issues/1457

Sponsored-by: Dartmouth College's DANDI project
This commit is contained in:
Joey Hess 2023-03-31 14:34:18 -04:00
parent a858099272
commit cc36c8516a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 52 additions and 9 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 18"""
date="2023-03-31T18:36:56Z"
content="""
Implemented support for
<https://github.com/yesodweb/persistent/issues/1457> in git-annex,
which does speed up sqlite inserts 2x. That will affect the scan in
question, since that inserts to the keys database. It also will speed up
some unrelated parts of git-annex.
"""]]