kevo/pkg/sstable
Jeremy Tregunna 68283a5fed
feat: implement merged iterator across all levels with improved tombstone handling
- Remove redundant MergedIterator (was just an alias for HierarchicalIterator)
- Add IsTombstone method to all iterators to detect deletion markers
- Enhance tombstone tracking in compaction manager with preservation options
- Fix SSTable reader to properly handle tombstone entries
- Update engine tests to directly verify tombstone behavior
- Update TODO.md to mark merged iterator task as complete
2025-04-19 22:18:12 -06:00
..
block feat: implement merged iterator across all levels with improved tombstone handling 2025-04-19 22:18:12 -06:00
footer feat: implement SSTable package with block handling and restart points 2025-04-19 17:39:43 -06:00
reader.go feat: implement tiered compaction with tombstone handling 2025-04-19 19:20:09 -06:00
sstable_test.go chore: remove debug print statements from tests 2025-04-19 18:47:01 -06:00
sstable.go feat: implement merged iterator across all levels with improved tombstone handling 2025-04-19 22:18:12 -06:00