From 4f6b522d8cf25993bc5827b6bbce9b14a1ffdf2d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Jun 2012 21:40:31 -0400 Subject: [PATCH] update --- doc/design/assistant/blog/day_4__speed.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/design/assistant/blog/day_4__speed.mdwn b/doc/design/assistant/blog/day_4__speed.mdwn index 151f4af2a9..badc6b7b18 100644 --- a/doc/design/assistant/blog/day_4__speed.mdwn +++ b/doc/design/assistant/blog/day_4__speed.mdwn @@ -13,6 +13,7 @@ now repeated index writes are eliminated. ... Eliminated too far, it turns out, since it doesn't yet *ever* flush that queue until shutdown! So the next step here will be to have a worker thread that wakes up periodically, flushes the queue, and autocommits. +(This will, in fact, be the start of the [[syncing]] phase of my roadmap!) There's lots of room here for smart behavior. Like, if a lot of changes are being made close together, wait for them to die down before committing. Or, if it's been idle and a single file appears, commit it immediatly, since