Issue Downloads
A Memory-Disaggregated Radix Tree
Disaggregated memory (DM) is an increasingly prevalent architecture with high resource utilization. It separates computing and memory resources into two pools and interconnects them with fast networks. Existing range indexes on DM are based on B+ trees, ...
eZNS: Elastic Zoned Namespace for Enhanced Performance Isolation and Device Utilization
Emerging Zoned Namespace (ZNS) SSDs, providing the coarse-grained zone abstraction, hold the potential to significantly enhance the cost efficiency of future storage infrastructure and mitigate performance unpredictability. However, existing ZNS SSDs have ...
LVMT: An Efficient Authenticated Storage for Blockchain
Authenticated storage access is the performance bottleneck of a blockchain, because each access can be amplified to potentially O(log n) disk I/O operations in the standard Merkle Patricia Trie (MPT) storage structure. In this article, we propose a multi-...
An End-to-end High-performance Deduplication Scheme for Docker Registries and Docker Container Storage Systems
- Nannan Zhao,
- Muhui Lin,
- Hadeel Albahar,
- Arnab K. Paul,
- Zhijie Huan,
- Subil Abraham,
- Keren Chen,
- Vasily Tarasov,
- Dimitrios Skourtis,
- Ali Anwar,
- Ali Butt
The wide adoption of Docker containers for supporting agile and elastic enterprise applications has led to a broad proliferation of container images. The associated storage performance and capacity requirements place a high pressure on the infrastructure ...
Fastmove: A Comprehensive Study of On-Chip DMA and its Demonstration for Accelerating Data Movement in NVM-based Storage Systems
Data-intensive applications executing on NVM-based storage systems experience serious bottlenecks when moving data between DRAM and NVM. We advocate for the use of the long-existing but recently neglected on-chip DMA to expedite data movement with three ...
Index Shipping for Efficient Replication in LSM Key-Value Stores with Hybrid KV Placement
Key-value (KV) stores based on the LSM tree have become a foundational layer in the storage stack of datacenters and cloud services. Current approaches for achieving reliability and availability favor reducing network traffic and send to replicas only new ...