@inproceedings{eacacfea3f4745abb2aeac57bb44f3be,
title = "Leveraging SSD's flexible address mapping to accelerate data copy operations",
abstract = "On-disk data copy is commonly performed in various software. Its current implementation with read and write commands needs to go through the I/O stack, introducing significant performance overhead. Actually when only one disk is involved in a copy operation, the data do not have to be read out of the device and the operation can be all performed within it. Furthermore, if the device is an SSD supporting flexible mapping from logical to physical addresses, the data do not need to be physically duplicated and the data copy purpose can be fulfilled by establishing a new address mapping. In the paper, we propose a copy primitive for SSD to support copy of block(s) of data within a device with an almost zero cost regardless of amount of data. We show that it is relatively easy to implement the primitive, named copyless copy, or CC in short. We also evaluate two example uses of CC, database journaling and block-level deduplication, where the new primitive can help for efficient data copy as the case study. Our experiments with the use cases show that CC can dramatically increase the software's performance, reduce data writes to the device for improving SSD's endurance and space efficiency.",
keywords = "Address mapping, Copy, Deduplication, FTL, Journaling, SSD",
author = "Fan Ni and Xingbo Wu and Weijun Li and Lei Wang and Song Jiang",
note = "Publisher Copyright: {\textcopyright} 2019 IEEE.; 21st IEEE International Conference on High Performance Computing and Communications, 17th IEEE International Conference on Smart City and 5th IEEE International Conference on Data Science and Systems, HPCC/SmartCity/DSS 2019 ; Conference date: 10-08-2019 Through 12-08-2019",
year = "2019",
month = aug,
doi = "10.1109/HPCC/SmartCity/DSS.2019.00150",
language = "英语",
series = "Proceedings - 21st IEEE International Conference on High Performance Computing and Communications, 17th IEEE International Conference on Smart City and 5th IEEE International Conference on Data Science and Systems, HPCC/SmartCity/DSS 2019",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "1051--1059",
editor = "Zheng Xiao and Yang, \{Laurence T.\} and Pavan Balaji and Tao Li and Keqin Li and Albert Zomaya",
booktitle = "Proceedings - 21st IEEE International Conference on High Performance Computing and Communications, 17th IEEE International Conference on Smart City and 5th IEEE International Conference on Data Science and Systems, HPCC/SmartCity/DSS 2019",
address = "美国",
}