Adaptive Merging on Phase Change Memory
Wojciech Macyna, Michal Kukowski

TL;DR
This paper develops an adaptive merging technique optimized for phase change memory (PCM), significantly improving indexing efficiency and system performance by addressing PCM's unique constraints like limited write endurance and high latency.
Contribution
It introduces a PCM-optimized adaptive merging framework and index, outperforming traditional methods and enhancing database query and update performance.
Findings
eAM outperforms traditional approach by 60%
PAM further improves performance by 20%
Optimized merging reduces write operations on PCM
Abstract
Indexing is a well-known database technique used to facilitate data access and speed up query processing. Nevertheless, the construction and modification of indexes are very expensive. In traditional approaches, all records in the database table are equally covered by the index. It is not effective, since some records may be queried very often and some never. To avoid this problem, adaptive merging has been introduced. The key idea is to create index adaptively and incrementally as a side-product of query processing. As a result, the database table is indexed partially depending on the query workload. This paper faces a problem of adaptive merging for phase change memory (PCM). The most important features of this memory type are: limited write endurance and high write latency. As a consequence, adaptive merging should be investigated from the scratch. We solve this problem in two steps.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Caching and Content Delivery · Cloud Computing and Resource Management
