Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Adds index on cob cache for issues and patches
Merged did:key:z6MkgFWv...1Lu7 opened 6 months ago

Queries on the cob cache are usually filtering by repo id, which is costly without an index as it involves a full table scan.

did:key:z6MkgFWv...1Lu7 opened with revision 7a36ff16 on base 5ed1b8e5 +6 -0 6 months ago

Queries on the cob cache are usually filtering by repo id, which is costly without an index as it involves a full table scan.

did:key:z6MkgFWv...1Lu7 pushed revision 2 0f1b5027 on base 5ed1b8e5 +3 -0 6 months ago

Removes comments and follows naming convention for index

did:key:z6MkgFWv...1Lu7 pushed revision 3 ada69d43 on base 5ed1b8e5 +10 -4 6 months ago

Fixes migration test

did:key:z6MkgFWv...1Lu7 pushed revision 4 cb482191 on base 5ed1b8e5 +10 -4 6 months ago

Make the index a composite index of repo and id

lorenz pushed revision 5 8b486cb2 on base 990e22ac +10 -4 6 months ago

Rebase

lorenz merged revision 8b486cb2 at 5741bafa 6 months ago