Skip to content

Commit

Permalink
feat(kv): index utility type (#16910)
Browse files Browse the repository at this point in the history
* feat(kv): new index type for managing kv indexes

* feat(kv): index verify diff now can produce list of corrupt foreign keys

* fix(testing): refactor kv index tests into testing package and integrate with bolt

* chore(kv): fix go lint error in index

* fix(kv): add test for index walk

* fix(kv): change index cursing strategy to reduce calls to source bkt.Get

* feat(kv): add delete and populate remove dangling foreign keys to index
  • Loading branch information
GeorgeMac authored Mar 11, 2020
1 parent 598ec8a commit e25b8e5
Show file tree
Hide file tree
Showing 7 changed files with 1,006 additions and 144 deletions.
Loading

0 comments on commit e25b8e5

Please sign in to comment.