tikv / raft-engine

A persistent storage engine for Multi-Raft log
Apache License 2.0
565 stars 88 forks source link

use hashed id to locate memtable slot #173

Closed tabokie closed 2 years ago

tabokie commented 2 years ago

Signed-off-by: tabokie xy.tao@outlook.com

Performance effect unclear.

codecov[bot] commented 2 years ago

Codecov Report

Merging #173 (e0d0cb6) into master (d2d49f9) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   96.99%   96.99%           
=======================================
  Files          26       26           
  Lines        6619     6625    +6     
=======================================
+ Hits         6420     6426    +6     
  Misses        199      199           
Impacted Files Coverage Δ
src/memtable.rs 99.51% <100.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2d49f9...e0d0cb6. Read the comment docs.