Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
In order to enhance the atomic GET operations performance on MGET, pre-sort keys would pre-chew the work to leveldb, and help it cache more efficently reads.
In order to enhance the atomic GET operations performance on MGET, pre-sort keys would pre-chew the work to leveldb, and help it cache more efficently reads.