rocksdb
rocksdb copied to clipboard
ForwardIterator: used newly added VersionStorageInfo::FindFileInRange
FindFileInRangeis defined inversion_set.cc,ForwardIteratorshould use it to reduce code explosion- The only one FindFileInRange can be optimized some way
- We have optimized FindFileInRange by devirtualization and prefix caching for known Comparator (now just BytewiseComparator and ReverseBytewiseComparator) with 30x+ speed up, if rocksdb likes this optimization, I'll create a PR.