From: Joey Hess Date: Tue, 1 Jun 2021 14:39:48 +0000 (-0400) Subject: todo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~312 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3155c0d03e55625a1761301e441f64a47158f027;p=git-annex.git todo --- diff --git a/doc/todo/speed_up_keys_db_update_with_git_streaming.mdwn b/doc/todo/speed_up_keys_db_update_with_git_streaming.mdwn new file mode 100644 index 0000000000..61df4706aa --- /dev/null +++ b/doc/todo/speed_up_keys_db_update_with_git_streaming.mdwn @@ -0,0 +1,7 @@ +reconcileStaged should be able to be sped up by improving streaming through +git, similar to [[!commit 0f54e5e0ae73b89bb6743bf298915619da00c3f4]]. + +Normally it's plenty fast enough, but users who often switch between +branches that have tens to hundreds of thousands of diverged files will +find it slow, and this should speed it up by somewhere around 3x (excluding +sqlite writes). --[[Joey]]