| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-15 | 879 Bytes | |
| Sonic core v0.3.0 source code.tar.gz | 2026-09-15 | 331.3 kB | |
| Sonic core v0.3.0 source code.zip | 2026-09-15 | 473.2 kB | |
| Totals: 3 Items | 805.4 kB | 0 | |
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)