1. (ATC '21) One-sided RDMA-Conscious Extendible Hashing for Disaggregated Memory

    RDMA+KVS. Different with local hashing, insertion, deletion and update are expensive in RDMA environments. So a carefully index design based on one-sided RDMA ops is crucial.

    2021/07/27 System

  2. (ATC '21) Characterizing and Optimizing Remote Persistent Memory with RDMA and NVM

    An experiment-driven work from SJTU-IPADS shows some methods to achieve better performance in NVM+RDMA systems.

    2021/07/16 PM

  3. Some eADR related works

    Some eADR related works

    2021/06/30 System

  4. (ICDCS '21) StripeMerge: Efficient Wide-Stripe Generation for Large-Scale Erasure-Coded Storage

    StripeMerge shows a method to merge narrow stripes to wide stripes.

    2021/06/23 EC

  5. Erasure Coding in DRAM -- part 1

    Background EC is mainly for cold storage, providing low redundancy costs and availability. While hot storage need to keep QoS, so expensive replication is more common.

    2021/06/23 EC

  6. (FAST '21) Exploiting Combined Locality for Wide-Stripe Erasure Coding in Distributed Storage

    ECWide uses wide stripe to decrease redundancy while avoid repairing bandwidth waste.

    2021/06/22 EC

  7. (SIGMOD '21) Spitfire: A Three-Tier Buffer Manager for Volatile and Non-Volatile Memory

    (SIGMOD ‘18) HYMEM: Managing Non-Volatile Memory in Database Systems

    2021/06/10 PM

  8. (ToS '20, ICPP '18) Cache What You Need to Cache: Reducing Write Traffic in Cloud Cache via “One-Time-Access-Exclusion” Policy

    How to predict future hotness of a new request in photo cache systems?

    2021/04/10 System

  9. (FAST '20) Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook

    RocksDB based on LSM-Tree is widely used in Facebook. This work aims to model and analysis RocksDB workloads at Facebook.

    2021/03/27 System

  10. (FAST '21) The Storage Hierarchy is Not a Hierarchy: Optimizing Caching on Modern Storage Devices with Orthus

    This work points out that how to utilize low-level performance of a hierarchical storage system.

    2021/03/17 System