-
Notifications
You must be signed in to change notification settings - Fork 278
Expose Column Family Name in GetLiveFilesMetaData #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rakovskyp
wants to merge
81
commits into
tecbot:master
Choose a base branch
from
DataDog:preston/add-cf-to-rocks
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
rakovskyp
commented
Mar 6, 2025
- adds the field ColumnFamilyName in the LiveFileMetadata
add lz4 and zstd to static build flags
- this option enforces a matching prefix when iterating with a prefix-seek : https://github.com/facebook/rocksdb/wiki/Prefix-Seek-API-Changes#prefix-seek-api
Add prefix same as start to read options
- the merge operator now supports PartialMergeMulti, which is given a list of operands. - if PartialMergeMulti returns false, it will still call PartialMerge in a loop, so libraries can provide a simple implementation that returns false to preserve existing behaviour
- this matches the naming in the C++ libary
- this interface adds a PartialMergeMulti function that will be used instead of PartialMerge
- this test forces both a PartialMergeMulti and a FullMerge to occur
- remove PartialMerge from the MergeOperator interface (it really is optional) - add 2 new optional interfaces for a MergeOperator, PartialMerger and MultiMerger. Implementing either of these allows PartialMerges to occur, otherwise FullMerge is used.
Add a new MergeMultiOperator interface which supports PartialMergeMulti
This is not used and should not have been merged
Merge updates from the upstream.
Avoid transform segfault
[fix] static link dl
Merge upstream
Adding support for setting total_order_seek
…n-families SHU-131: Implements TransactionDB with WriteBatch.
Add unordered_write option
…ts-opt Create option to dump malloc stats
…usage Allow usage of GetApproximateMemoryUsageByType with TransactionDB
add option to set bottomost compression
Add SetAllowCompaction method to FIFOCompactionOptions
* Moving v8 compatible code to v8 folder * Adding the mod files for v8 * Go version 1.20 is the min
…nt-lookup-opts [REDRES-1186] add gorocks point lookup options
…act-on-delettion-collector-factory [REDRES-820] Add rocks options for compaction
…ction Revert "Add SetAllowCompaction method to FIFOCompactionOptions"
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.