Skip to content

Conversation

@rakovskyp
Copy link

  • adds the field ColumnFamilyName in the LiveFileMetadata

jmoiron and others added 30 commits May 21, 2019 10:08
add lz4 and zstd to static build flags
- 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 file is not used and should not have been merged
This is not used and should not have been merged
Merge updates from the upstream.
Adding support for setting total_order_seek
yuanyuanzhao3 and others added 30 commits December 15, 2022 15:53
…n-families

SHU-131: Implements TransactionDB with WriteBatch.
…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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.