Accelerating Data Chunking in Deduplication Systems using Vector Instructions

📅 2025-08-07
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Content-defined chunking (CDC) is a critical step in deduplication, yet traditional algorithms require full-file scanning, creating a major performance bottleneck. This paper proposes VectorCDC—the first efficient hash-free vectorized CDC method—pioneering deep integration of SIMD instructions (e.g., SSE/AVX) into the core CDC logic without compromising deduplication ratio. Designed for cross-architecture compatibility, VectorCDC has been validated on Intel, AMD, ARM, and IBM Power processors, achieving 8.35×–26.2× throughput improvement over state-of-the-art vectorized approaches. Its key innovation lies in a lightweight, branchless vectorized sliding-window matching and chunking decision mechanism, overcoming the fundamental challenge that has historically impeded CDC vectorization.

Technology Category

Application Category

📝 Abstract
Content-defined Chunking (CDC) algorithms dictate the overall space savings that deduplication systems achieve. However, due to their need to scan each file in its entirety, they are slow and often the main performance bottleneck within data deduplication. We present VectorCDC, a method to accelerate hashless CDC algorithms using vector CPU instructions, such as SSE / AVX. Our evaluation shows that VectorCDC is effective on Intel, AMD, ARM, and IBM CPUs, achieving 8.35x - 26.2x higher throughput than existing vector-accelerated techniques without affecting the deduplication space savings.
Problem

Research questions and friction points this paper is trying to address.

Accelerating slow Content-defined Chunking (CDC) algorithms
Overcoming performance bottleneck in deduplication systems
Enhancing throughput without compromising space savings
Innovation

Methods, ideas, or system contributions that make the work stand out.

Uses vector CPU instructions for acceleration
Applies SSE/AVX to hashless CDC algorithms
Achieves high throughput across multiple CPU architectures
🔎 Similar Papers
No similar papers found.
S
Sreeharsha Udayashankar
University of Waterloo, Canada
A
Abdelrahman Baba
University of Waterloo, Canada
Samer Al-Kiswany
Samer Al-Kiswany
University of Waterloo
Storage systemsoperating systemsHPCcloud computingdata managment