From f3ae78734fc82f3cea81fb8ea0ff489c6713fcf0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 May 2025 10:16:34 -0400 Subject: [PATCH] close --- .../performance_regression__63___init_takes_times_more.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/bugs/performance_regression__63___init_takes_times_more.mdwn b/doc/bugs/performance_regression__63___init_takes_times_more.mdwn index 349fd48937..83a152c34f 100644 --- a/doc/bugs/performance_regression__63___init_takes_times_more.mdwn +++ b/doc/bugs/performance_regression__63___init_takes_times_more.mdwn @@ -55,3 +55,9 @@ Since difference is quite substantial I have decided to file this issue. [[!meta author=yoh]] [[!tag projects/dandi]] +> I have decided to close this, it seems plausible that the additional +> overhead of reconcileStaged that I was measuring is not something that +> can be eliminated. Measurement error also is possible. Since I made +> several optimisations and persistent-sqlite got optimised as well, and +> since the scan was moved to not happen at init time, this should no +> longer be a problem. [[done]] --[[Joey]]