Enum IndexBlockSearchType
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
Search algorithm used within an index block.
public enum IndexBlockSearchType
Fields
Auto = 2Let RocksDb choose.
Binary = 0Binary search.
Interpolation = 1Interpolation search, which can beat binary search on uniform keys.