topling/toplingdb

Omit compare userkey in memtable get

rockeet opened this issue · 0 comments

CSPPMemTable does not need to compare userkey for checking switch to different userkey, because CSPPMemTable is realized by 2 dimentions, it knows userkey boundary naturally.

relavant commits:
9980087 leipeng 2023-04-24 21:21:17 +0800 memtable.cc: SaveValue: omit load ucmp if possible - fix comment
0541a65 leipeng 2023-04-24 21:05:34 +0800 Add MemTableRep::NeedsUserKeyCompareInGet() and relavant changes