This commit is contained in:
Joey Hess 2023-06-29 13:44:52 -04:00
parent cf51d1e247
commit 53ab91da2a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -9,3 +9,9 @@ Unfortunately, can't use a bloom filter, because a false positive would
prevent importing an url that has not been imported before. A sqlite
database would work, but would need to be updated whenever the git-annex
branch is changed. --[[Joey]]
> A sqlite database that is updated by diffing would probably also speed up
> the stage of importfeed where it gathers known urls. That can be
> significantly slow in large repos. So I think worth doing.
[[!tag confirmed]]