cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.6k stars 424 forks source link

manifest: minor improvement to CalculateInuseKeyRanges #3674

Closed RaduBerinde closed 5 days ago

RaduBerinde commented 1 week ago

Updating this function to better handle end-exclusive ranges. In particular, we now merge ranges that "touch", like [a, b) and [b, c].

Informs #3673

cockroach-teamcity commented 1 week ago

This change is Reviewable