issues
search
lotusdblabs
/
lotusdb
Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.
https://lotusdblabs.github.io
Apache License 2.0
2.08k
stars
184
forks
source link
TODO: Define Behavior for key, value
#133
Closed
akiozihao
closed
7 months ago
akiozihao
commented
1 year ago
[x] Clarify the behavior of
key
and
value
when they are
nil
or
len=0
for different
indexType
.
[x] Modify the test cases in
hashtable_test
to directly request the index instead of going through the DB.
[x] #161
key
andvalue
when they arenil
orlen=0
for differentindexType
.hashtable_test
to directly request the index instead of going through the DB.