summaryrefslogtreecommitdiffstats
path: root/reftable/stack.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reftable: make the compaction factor configurablePatrick Steinhardt2024-05-141-1/+2
* reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt2024-05-141-1/+1
* reftable/stack: use geometric table compactionJustin Tobler2024-04-081-3/+0
* reftable/stack: expose option to disable auto-compactionJustin Tobler2024-04-081-1/+0
* reftable/stack: index segments with `size_t`Patrick Steinhardt2024-02-061-3/+3
* reftable/stack: fix race in up-to-date checkPatrick Steinhardt2024-01-181-1/+3
* reftable/stack: use stat info to avoid re-reading stack listPatrick Steinhardt2024-01-111-0/+1
* reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys2021-10-081-0/+41