From 53ab91da2a19c41fc78056337c0df05346d30a9b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Jun 2023 13:44:52 -0400 Subject: [PATCH] confirm --- ...mportfeed_needs_more_memory_the_more_urls_there_are.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/todo/importfeed_needs_more_memory_the_more_urls_there_are.mdwn b/doc/todo/importfeed_needs_more_memory_the_more_urls_there_are.mdwn index 13b9614bff..2515e755c9 100644 --- a/doc/todo/importfeed_needs_more_memory_the_more_urls_there_are.mdwn +++ b/doc/todo/importfeed_needs_more_memory_the_more_urls_there_are.mdwn @@ -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]] -- 2.30.2