mitdbg / treeline

An update-in-place key-value store for modern storage.
MIT License
132 stars 17 forks source link

Integrate the insert tracker into the system #68

Closed mmarkakis closed 2 years ago

mmarkakis commented 2 years ago

define epoch size, number of partitions, and sample size (10000)

add a flag in writeoptions on whether it's an insert

call on insetr path (add)

call on reorg path (goal parameter todo)

mmarkakis commented 2 years ago

Addressed in #75