LGFeb 17, 2022

DeepSketch: A New Machine Learning-Based Reference Search Technique for Post-Deduplication Delta Compression

arXiv:2202.10584v134 citations
Originality Incremental advance
AI Analysis

This addresses data center management costs by enhancing storage efficiency, but it is incremental as it builds on existing delta-compression methods.

The paper tackles the problem of low data-reduction ratios in post-deduplication delta compression due to inaccurate reference search, proposing DeepSketch which improves the data-reduction ratio by up to 33% (21% on average) over a state-of-the-art technique.

Data reduction in storage systems is becoming increasingly important as an effective solution to minimize the management cost of a data center. To maximize data-reduction efficiency, existing post-deduplication delta-compression techniques perform delta compression along with traditional data deduplication and lossless compression. Unfortunately, we observe that existing techniques achieve significantly lower data-reduction ratios than the optimal due to their limited accuracy in identifying similar data blocks. In this paper, we propose DeepSketch, a new reference search technique for post-deduplication delta compression that leverages the learning-to-hash method to achieve higher accuracy in reference search for delta compression, thereby improving data-reduction efficiency. DeepSketch uses a deep neural network to extract a data block's sketch, i.e., to create an approximate data signature of the block that can preserve similarity with other blocks. Our evaluation using eleven real-world workloads shows that DeepSketch improves the data-reduction ratio by up to 33% (21% on average) over a state-of-the-art post-deduplication delta-compression technique.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes