From 04176b2f66f119b56245f5072a96da6260ecc932 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 20 Jan 2013 15:58:34 -0800 Subject: [PATCH] TODO: add dir schema note Change-Id: I5580152a8cc49c7ecffbbbe39d61265773b8ebb2 --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 71faa65c7..70745600a 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ +-- rethink the directory schema so it can a) represent directories + with millions of files (without making a >1MB or >16MB schema blob), + probably forming a tree, similar to files. but rather than rolling checksum, + just split lexically when nodes get too big. also, maybe denormalize + the fileinfo a big? + -- delete mostly-obsolete camsigd. see big TODO in camsigd.go. -- we used to be able live-edit js/css files in server/camlistored/ui when