This version introduces substantial performance improvements to PUSH requests.
Changes
Performance improvements:
- Reduce locks contention caused by
IIDIncr(inf7de118) - Use a single
rocksdb::WriteBatchper Sonic request (in606cb31,981d1bc) - Use merge operators for
TermToIIDsandIIDToTerms(inb5921a1,6bd24cb) - Perform fewer merge operations by writing less often (in
3207a35) - Avoid
get_meta_to_valueread inauto_increment_iid(in79fa14f) - And various other performance improvements
Dependency updates:
- Bump
rocksdbfrom0.24to0.25(in80c3827)
New Features
- Add
allocator-jemallocfeature flag to enablerocksdb/jemalloc - Add experimental
NEWflag toPUSH(inf94cba0) impl Debug for sonic::Config(in6464cbf)
Bug Fixes
- Fix
max_flushes(in36de4c5)