aboutsummaryrefslogtreecommitdiff
path: root/src/table/gc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Bring back the counted tree hack for Sled (with caveat)Alex Auvolat2022-06-071-12/+8
| | | | caveat: it's not only for sled
* WhoopsAlex Auvolat2022-06-061-1/+1
|
* Small syntax changesAlex Auvolat2022-06-061-4/+2
|
* Fix more sqlite deadlocksAlex Auvolat2022-06-061-7/+13
|
* Start LMDB adapter, with fixed semanticsAlex Auvolat2022-06-031-7/+7
|
* Change value type to be a dyn thingAlex Auvolat2022-06-031-2/+5
|
* Adapt Garage to use new DB abstractionAlex Auvolat2022-06-021-13/+17
|
* Add wrapper over sled tree to count items (used for big queues)Alex Auvolat2022-03-141-2/+3
|
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-041-1/+1
|
* Make table name a const in traitAlex Auvolat2021-12-151-6/+7
|
* Implement GC delay for table dataAlex Auvolat2021-11-081-35/+73
|
* Refactor and comment table GC logicAlex Auvolat2021-11-081-22/+128
|
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-18/+11
| | | | Discovery via consul, persist peer list to file
* First port of Garage to NetappAlex Auvolat2021-10-221-38/+42
|
* rename types to CamelCaseTrinity Pointard2021-05-031-15/+15
|
* fix clippy warnings on tableTrinity Pointard2021-05-031-4/+4
|
* attempt at documenting table crateTrinity Pointard2021-04-271-1/+1
|
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-271-1/+6
|
* Small changesAlex Auvolat2021-03-161-5/+8
|
* some reorderingAlex Auvolat2021-03-161-3/+3
|
* Refactor codeAlex Auvolat2021-03-161-11/+11
|
* Simplify replication logicAlex Auvolat2021-03-161-1/+1
|
* WIP migrate to tokio 1Alex Auvolat2021-03-151-2/+2
|
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-2/+1
|
* Time and metadata improvementsAlex Auvolat2021-03-151-4/+6
|
* Optim & refactorAlex Auvolat2021-03-121-8/+11
|
* cargo fmtAlex Auvolat2021-03-121-20/+49
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-0/+212