Port HelixDB fork changes to SlateDB v0.15 - #8
Draft
matthewsanetra wants to merge 64 commits into
Draft
Conversation
Blog post on segment-oriented compaction from rfc 24.
… that share inner (slatedb#1886)
…cted` tick and increase worker default heartbeat_interval (slatedb#1931)
- Introduced `multi_get` and `multi_get_with_options` methods in `Db`, `DbReader`, `DbSnapshot`, and `DbTransaction` to retrieve multiple values efficiently. - Implemented a new `WriteBatchLookup` enum to facilitate lookup operations in `WriteBatch`. - Enhanced the `lookup_latest_for_key` method to support the new multi-get functionality. - Added tests to ensure correctness of multi-get operations, preserving input order and handling duplicates. This update improves the performance and usability of batch retrieval operations in the database.
All origin/main changes were reapplied as v0.15-compatible commits on top of v0.15.0. Record origin/main as merged without reintroducing the pre-v0.15 implementations.
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.
Important
This has yet to be tested with helix-proper.
Summary
Validation