Opened at 2009-02-06T18:22:23Z
Last modified at 2010-02-02T05:58:18Z
#607 closed defect
DIR2:CHK — at Initial Version
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.6.0 |
Component: | code-dirnodes | Version: | 1.2.0 |
Keywords: | newcaps news-done | Cc: | |
Launchpad Bug: |
Description
Directories are currently stored in SSK files. They were designed so that directories could be easily stored in different types of files, so it shouldn't be hard for someone to implement DIR2:CHK files. These would have nice properties, especially for backup applications:
- It would be nice to know that your old backed-up directory is immutable.
- It would allow convergence of backed-up directories (note that front-end backup tools such as Brian's backupdb and Shawn's backup tool might figure this out and converge old directories for you, but doing it by converging CHK's on upload might work better for some cases, including the case that you aren't using backupdb or Shawn's tool).
- It would be faster to create (currently SSKs require an RSA key-pair generation on creation, which is expensive).
Note: See
TracTickets for help on using
tickets.