Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
7bdc6b3a57
2 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="Ilya_Shlyakhter"
|
||||
avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
|
||||
subject="Re: Symlinks for not-present unlocked files in v8"
|
||||
date="2019-11-10T23:03:42Z"
|
||||
content="""
|
||||
Adding symlinks for not-present unlocked files in v8 would be great, but if it would hold up the release with SQL db fixes, making that release first would be better. Some query operations -- like finding all unlocked files, or all files present in one remote but not the other -- currently take a while on large repos; if the SQL refactor could solve that, that by itself would be a major step forward.
|
||||
"""]]
|
3
doc/todo/documenting_sqlite_database_schemas.mdwn
Normal file
3
doc/todo/documenting_sqlite_database_schemas.mdwn
Normal file
|
@ -0,0 +1,3 @@
|
|||
If a spec of the [[sqlite database schemas|todo/sqlite_database_improvements]] could be added to the [[internals]] docs, this would open some possibilities for third-party tools based on this info. E.g. one could write some sqlite3 queries to get aggregate info on the number (and total size?) of keys present in specific combinations of repos. It would of course be understood that this is internal info subject to frequent change.
|
||||
|
||||
Also, if [[Sometimes the databases are used for data that has not yet been committed to git|devblog/day_607__v8_is_done]], this would improve [[future_proofing]].
|
Loading…
Add table
Add a link
Reference in a new issue