Table of Contents

XSTORE: efficient RDMA-based ordered key-value store using learned cache

Overview

XSTORE is an RDMA-enabled ordered key-value store targeted at a client-sever setting. Specifically, the server has an in-memory B+Tree; and the client uses one-sided RDMA READs to traverse the B+Tree. To accelerate the lookup, we deploy a learned cache (xcache) at the client to accomplish the traversal in one round-trip (if the learned cache is all cached). Even if the xcahe is not cached, XStore client only needs at most 2 round-trips for the traversal.

Recommended hardware setup

Source code

Please check XSTORE at https://github.com/SJTU-IPADS/xstore.git