Expose Column Family Name in GetLiveFilesMetaData#236
Open
rakovskyp wants to merge 81 commits intotecbot:masterfrom
Open
Expose Column Family Name in GetLiveFilesMetaData#236rakovskyp wants to merge 81 commits intotecbot:masterfrom
rakovskyp wants to merge 81 commits intotecbot:masterfrom
Conversation
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"
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.