diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-12 13:24:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-12 13:24:31 -0400 |
commit | fe8362867bc5fabfd96a1ea93abca4159df07a52 (patch) | |
tree | a93960524ab387046915ffbf9affd00b5f341b6f /doc/design | |
parent | 6dce01324f7bbc0085628cbe08e6ad9d63fcc7de (diff) |
update
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/caching_database.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/design/caching_database.mdwn b/doc/design/caching_database.mdwn index dc7650618..fe5d565fd 100644 --- a/doc/design/caching_database.mdwn +++ b/doc/design/caching_database.mdwn @@ -27,7 +27,8 @@ 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. Use sqlite db for associated files cache, and use in direct mode. +3. Use sqlite db for associated files cache. **done** (only for v6 unlocked + files) 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. |