kevo/pkg/config
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
..
config_test.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
config.go feat: implement merged iterator across all levels with improved tombstone handling 2025-04-19 22:18:12 -06:00
manifest_test.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00
manifest.go feat: implement config and WAL packages 2025-04-19 14:51:17 -06:00