Title :
dedupv1: Improving deduplication throughput using solid state drives (SSD)
Author :
Meister, Dirk ; Brinkmann, André
Author_Institution :
Paderborn Center for Parallel Comput., Paderborn, Germany
Abstract :
Data deduplication systems discover and remove redundancies between data blocks. The search for redundant data blocks is often based on hashing the content of a block and comparing the resulting hash value with already stored entries inside an index. The limited random IO performance of hard disks limits the overall throughput of such systems, if the index does not fit into main memory. This paper presents the architecture of the dedupv1 dedupli-cation system that uses solid-state drives (SSDs) to improve its throughput compared to disk-based systems. dedupv1 is designed to use the sweet spots of SSD technology (random reads and sequential operations), while avoiding random writes inside the data path. This is achieved by using a hybrid deduplication design. It is an inline deduplication system as it performs chunking and fingerprinting online and only stores new data, but it is able to delay much of the processing as well as IO operations.
Keywords :
data reduction; disc drives; data deduplication systems; dedupv1 system; disk-based systems; hybrid deduplication design; solid state drives; Cryptography; Data structures; Delay; Drives; Fingerprint recognition; Hard disks; Large-scale systems; Parallel processing; Solid state circuits; Throughput;
Conference_Titel :
Mass Storage Systems and Technologies (MSST), 2010 IEEE 26th Symposium on
Conference_Location :
Incline Village, NV
Print_ISBN :
978-1-4244-7152-2
Electronic_ISBN :
978-1-4244-7153-9
DOI :
10.1109/MSST.2010.5496992