Sciweavers

EDBT
2016
ACM

Optimizing B+-Tree for PCM-Based Hybrid Memory

8 years 15 days ago
Optimizing B+-Tree for PCM-Based Hybrid Memory
Phase change memory (PCM) as a newly developed storage medium has many attractive properties such as non-volatility, byte addressability, high density and low energy consumption. Thus, PCM can be used to build non-volatile main memory databases. However, PCM’s long write latency and high write energy bring challenges to PCM-based memory systems. In this paper, we propose an improvement over the B+-tree for PCM. Particularly, we consider the read/write tendency of leaf nodes. For write-intensive leaf nodes, we use an overflow-node technique to reduce PCM writes, while for read-intensive ones, we adjust the tree structure to remove overflow nodes to improve read performance. Our experimental results suggest that our proposal outperforms the traditional B+-tree and the overflow B+-tree. CCS Concepts • Information systems ➝ Information storage systems • Information storage technologies ➝ Storage class memory. Keywords B+-tree; Index; PCM
Added 02 Apr 2016
Updated 02 Apr 2016
Type Journal
Year 2016
Where EDBT
Comments (0)