Please turn JavaScript on

RocksDB

Receive updates from RocksDB for free, starting right now.

We can deliver them by email, via your phone or you can read them from a personalised news page on follow.it.

This way you won't miss any new article from RocksDB. Unsubscribe at any time.

Site title: RocksDB | A persistent key-value store | RocksDB

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0 / day

Message History

For workloads with uniformly distributed keys, RocksDB now supports interpolation search for SST index blocks as an alternative to the default binary search.

The idea

Binary search always splits the remaining range in half:

1 mid = low + (high - low) / 2

That’s Θ(log n) probes regardless of the data. Interpolation search instead estimates w...


Read full story