TODO: add dir schema note

Change-Id: I5580152a8cc49c7ecffbbbe39d61265773b8ebb2
This commit is contained in:
Brad Fitzpatrick 2013-01-20 15:58:34 -08:00
parent 96d1784501
commit 04176b2f66
1 changed files with 6 additions and 0 deletions

6
TODO
View File

@ -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