something wrong with this condition? use_prefix_seek_ in PlainTableReader
Open
enhancement
refactoring
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
https://github.com/facebook/rocksdb/blob/c521a9ab2b5b9032ddc38d6a90b268a81db9d13b/table/plain/plain_table_reader.cc#L673
something wrong with this condition? use_prefix_seek_ != !table_->IsTotalOrderMode() != !
here use_prefix_seek assiged value:
https://github.com/facebook/rocksdb/blob/master/table/plain/plain_table_reader.cc#L212
Contributor guide
Assessment
This issue has not been assessed yet.