summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-12 13:24:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-12 13:24:31 -0400
commitfe8362867bc5fabfd96a1ea93abca4159df07a52 (patch)
treea93960524ab387046915ffbf9affd00b5f341b6f
parent6dce01324f7bbc0085628cbe08e6ad9d63fcc7de (diff)
update
-rw-r--r--doc/design/caching_database.mdwn3
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.