summaryrefslogtreecommitdiff
path: root/reftable/stack.h
AgeCommit message (Expand)Author
2024-05-13reftable: make the compaction factor configurablePatrick Steinhardt
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt
2024-04-08reftable/stack: use geometric table compactionJustin Tobler
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt
2024-01-18reftable/stack: fix race in up-to-date checkPatrick Steinhardt
2024-01-11reftable/stack: use stat info to avoid re-reading stack listPatrick Steinhardt
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys