Pablo Belin

Results 3 issues of Pablo Belin

Fix for #69 Proposed interface for user defined PartialMerge and FullMerge functions: https://github.com/pablofrommars/rocksdb-sharp/blob/aa30a9fee098c92ade78532cad9a8bd16764fc3c/RocksDbSharp/MergeOperator.cs#L18-L40 The proposed implementation allocates buffers during marshalling. For performance reasons, the use of ArrayPool is suggested, happy...

Hi, The current implementation for merging throws a RocksDbSharp.RocksDbException: 'Corruption: Error: Could not perform merge.' After some investigation, I believe it happens because the parameters success and newValueLength of the...

Thanks for your work, this has been very valuable already. Apologies if this is off topic as it is more a question than an actual issue. I would like to...

question