• Why Prefix Seek?
  • Defining a "prefix"
  • Configure prefix bloom filter
  • Configure reads while prefix bloom filters are set up
  • How to ignore prefix bloom filters in read
  • Adaptive Prefix Mode
  • Manual prefix iterating
  • Prefix extractor change
  • Other prefix iterating features
  • General Prefix Seek API
  • Limitation
  • API change from 2.8 -> 3.0
  • Before the Change
  • Total Order Seek
  • Use ReadOptions.prefix
  • Use ReadOptions.prefix_seek
  • What's Changed
  • Transition to the New Usage