added todo about documenting sqlite database schemas

This commit is contained in:
Ilya_Shlyakhter 2019-11-10 23:27:57 +00:00 committed by admin
parent 9fffc2d1e1
commit 41bb14a885

View 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]].