🚀 Release v1.5.1#72
Merged
Merged
Conversation
- Add SstableIterator in src/storage/sst_iterator.rs
- Implements StorageIterator trait (key/value/is_valid/next/seek)
- Loads blocks lazily from disk/cache via Arc<SstableReader>
- next() transparently crosses block boundaries
- seek() uses sparse-index binary search + in-block linear scan
- SstableIterator::new() and new_seek() constructors
- read_entry / read_key private helpers with bounds checking
- 25 unit + integration tests (single block, multi-block,
seek edge-cases, tombstones, large SSTables)
- src/storage/reader.rs: expose read_block as pub(crate)
so SstableIterator can load blocks via the reader
- src/storage/mod.rs: register pub mod sst_iterator
Closes #21
…ble iterator tests
feat(#21): SstableIterator — lazy block loading + cobertura >90%
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Release v1.5.1
Bump type:
minor(fromv1.4.2→v1.5.1)⚙️ Release Configuration
Escolha o tipo de release editando abaixo:
Release Type: [lts]
Opções válidas:
alpha- Release alpha (instável, desenvolvimento)beta- Release beta (pré-release, testes)lts- Release estável de longo prazo (produção)📝 Instruções: Edite este PR e substitua
ltsacima poralpha,betaou mantenhalts.📝 Changelog
37bef8ff84edfb5cc7094129d0458ab59db4f26e08581c5b6610fd2415a20cfec2baf583ba352d9f7b8379a1ba7bb1e693da6b9bf45883d82f9cd5e22657225b3b50a4bf56875995da8a48d09fb47562eedf2ee4fe15ca8a96144d219aadc✅ Checklist antes do merge
Este PR foi gerado automaticamente pelo workflow develop-to-release