This commit is contained in:
Joey Hess 2023-10-23 14:18:49 -04:00
parent 105fb7e47d
commit df4a60e28d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,7 +1,6 @@
* [[metadata]] for views * [[metadata]] for views
* [[todo/cache_key_info]] * [[todo/cache_key_info]]
* [[bugs/indeterminite_preferred_content_state_for_duplicated_file]] * [[todo/importfeed_needs_more_memory_the_more_urls_there_are]]
* [[todo/speed_up_git_annex_sync_--content_--all]]
What do all these have in common? They could all be improved by What do all these have in common? They could all be improved by
using some kind of database to locally store the information in an using some kind of database to locally store the information in an
@ -26,7 +25,7 @@ Store in the database the Ref of the branch that was used to construct it.
3. Use sqlite db for associated files cache. **done** (only for v6 unlocked 3. Use sqlite db for associated files cache. **done** (only for v6 unlocked
files) files)
4. Use associated files db when dropping files, to fix 4. Use associated files db when dropping files, to fix
[[bugs/indeterminite_preferred_content_state_for_duplicated_file]] indeterminite preferred content state for duplicated files **done**
5. Also, use associated files db to construct views. 5. Also, use associated files db to construct views.
6. Use sqlite db for metadata cache. 6. Use sqlite db for metadata cache.
7. Use sqlite db for list of keys present in local annex. 7. Use sqlite db for list of keys present in local annex.