weixin_39606019 2020-11-29 17:11 采纳率: 0%
浏览 0

truncate sstable boundaries to the compaction input boundaries

When determining the boundaries for an sstable, we need to truncate the boundaries to the boundaries of the input. Failing to do this was allowing the lower bound of the first sstable in a compaction to expand beyond the lower bound of the input when the sstable contain a range tombstone.

Fixes #337

该提问来源于开源项目:cockroachdb/pebble

  • 写回答

5条回答 默认 最新

  • weixin_39606019 2020-11-29 17:11
    关注

    This change is Reviewable

    评论

报告相同问题?