update status of sqlite branch
This commit is contained in:
parent
8c9853b602
commit
8f276f33b7
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
||||||
|
The `sqlite` branch changes the databases, updating annex.version to 8.
|
||||||
|
The branch is ready to merge, but it might be deferred until Q1 2020
|
||||||
|
to avoid user upgrade fatigue. Discussion below is about the motivation for
|
||||||
|
these changes.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
Collection of non-ideal things about git-annex's use of sqlite databases.
|
Collection of non-ideal things about git-annex's use of sqlite databases.
|
||||||
Would be good to improve these sometime, but it would need a migration
|
Would be good to improve these sometime, but it would need a migration
|
||||||
process.
|
process.
|
||||||
|
|
||||||
The `sqlite` branch changes the databases, updating annex.version to 8.
|
|
||||||
This todo documents the state of that branch.
|
|
||||||
|
|
||||||
* Database.Keys.SQL.isInodeKnown has some really ugly SQL LIKE queries.
|
* Database.Keys.SQL.isInodeKnown has some really ugly SQL LIKE queries.
|
||||||
Probably an index would not speed them up. They're only needed when
|
Probably an index would not speed them up. They're only needed when
|
||||||
|
|
Loading…
Reference in a new issue