Table of Contents

Enum IndexBlockSearchType

Namespace
RocksDbNet
Assembly
RocksDb.Net.dll

Search algorithm used within an index block.

public enum IndexBlockSearchType

Fields

Auto = 2

Let RocksDb choose.

Binary = 0

Binary search.

Interpolation = 1

Interpolation search, which can beat binary search on uniform keys.