plan update

This commit is contained in:
Joey Hess 2015-06-12 14:30:51 -04:00
parent d2699b6ebe
commit f8f4577047

View file

@ -27,10 +27,10 @@ Store in the database the Ref of the branch that was used to construct it.
1. Store incremental fsck info in db, on a branch, with sqlite. **done** 1. Store incremental fsck info in db, on a branch, with sqlite. **done**
2. Make sure that builds on all platforms, and works reliably. **done** 2. Make sure that builds on all platforms, and works reliably. **done**
3. Implement for metadata, on a branch, with sqlite. 3. Use sqlite db for associated files cache, and use in direct mode.
4. Add associated file mappings support. This is needed to fully 4. Also, use associated files db to construct views.
use the caching database to construct views. 5. Use sqlite db for metadata cache.
5. Replace .map files with 3. for direct mode. 6. Use sqlite db for list of keys present in local annex.
## sqlite or not? ## sqlite or not?