Opened at 2013-01-23T16:42:11Z
Last modified at 2014-04-15T01:14:49Z
#1906 new enhancement
constant-time directory lookup — at Initial Version
Reported by: | davidsarah | Owned by: | davidsarah |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-dirnodes | Version: | 1.9.2 |
Keywords: | performance directory database newcaps research | Cc: | |
Launchpad Bug: |
Description
Currently to look up an entry in a directory, it is necessary to download the whole file backing the directory, then decode it to find the correct child. This takes linear time in the number of entries.
Suppose that the secret cryptovalue of each child were derived from the cap of the parent directory and the child name. Then, provided that the metadata is not needed, it is possible to obtain the child directly rather than via the parent. (If that child does not exist, we can't distinguish that from missing shares, but that isn't necessarily a problem.)
Note that this makes directories more useful for some database-like applications, rather than just directories per-se.)