1. (ATC '21, SDC' 20) Use PM as cache in industry

    Some industry works about how to utilize DRAM+PM archi as cache (from facebook and twitter).

    2021/08/01 PM

  2. (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

  3. (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

  4. Some eADR related works

    Some eADR related works

    2021/06/30 System

  5. (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

  6. 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

  7. (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

  8. (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

  9. (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

  10. (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