YCSB
YCSB copied to clipboard
Add delete operation to core workflow
Provide delete operation in core workflow.
- Note that
AcknowledgedCounterGenerator's constructor is taking incountstart. The existing code does not behave correctly asinsertcountcan have negative integer value.insertcount = recordcount - insertstart. if user configuresinsertstart = 200andrecordcount = 100,insertcountis -100
Does this work? What is required to get this merged? Happy to help with anything.
Does this work? What is required to get this merged? Happy to help with anything.
Unfortunately, I wasn't able to get it to work yet. Feel free to locally pull and try it out
A bit confused on what does/ doesn't work, do deletes exist at all? Is it just sometimes the indices are messed up?