aboutsummaryrefslogtreecommitdiff
path: root/src/model/index_counter.rs
Commit message (Expand)AuthorAgeFilesLines
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-211-2/+2
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-031-5/+4
* cleanupAlex Auvolat2023-01-031-10/+17
* Refactor how things are migratedAlex Auvolat2023-01-031-20/+30
* Refactor background runner and get rid of job workerAlex Auvolat2022-12-141-2/+3
* Spawn all background workers in a separate stepAlex Auvolat2022-12-141-0/+4
* Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-141-132/+12
* Small refactor of tables internalsAlex Auvolat2022-12-141-5/+1
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-6/+5
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-131-1/+1
* Background task manager (#332)Alex2022-07-081-68/+101
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-45/+205
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-32/+30
* First implementation of K2V (#293)Alex2022-05-101-0/+305