diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-12 14:30:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-12 14:32:18 -0400 |
commit | 233e027234c51ed0b03e3e4f0a348374c216f24d (patch) | |
tree | d6040de70a32662d84044cc0a6f0807ec12fc137 /doc | |
parent | 3c5d6f80d054d1d8b5383f5fd5c44772c1f281e6 (diff) |
plan update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/caching_database.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/design/caching_database.mdwn b/doc/design/caching_database.mdwn index a90edc077..dc7650618 100644 --- a/doc/design/caching_database.mdwn +++ b/doc/design/caching_database.mdwn @@ -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** 2. Make sure that builds on all platforms, and works reliably. **done** -3. Implement for metadata, on a branch, with sqlite. -4. Add associated file mappings support. This is needed to fully - use the caching database to construct views. -5. Replace .map files with 3. for direct mode. +3. Use sqlite db for associated files cache, and use in direct mode. +4. Also, use associated files db to construct views. +5. Use sqlite db for metadata cache. +6. Use sqlite db for list of keys present in local annex. ## sqlite or not? |