summaryrefslogtreecommitdiff
path: root/src/index.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19refactor: use ChunkId directly in errors, instead of StringLars Wirzenius1-2/+2
2021-01-10feat! use SQLite db for chunk index on serverLars Wirzenius1-68/+181
This speeds startup a lot. However, the backup repository needs to be re-created from scratch and internal APIs have change in incompatible ways.
2020-09-19feat: search, delete chunks on chunk serverLars Wirzenius1-0/+33
Also heavily refactor the now-long scenario by splitting out a happy path and some unhappy paths.
2020-09-17feat: add an in-memory index of chunks for searchingLars Wirzenius1-0/+97