- SSD 기반 서버급 스토리지의 마모도 감소를 위한 복합적 데이터 중복 제거 기법
- ㆍ 저자명
- 이승규,양유석,김덕환,Lee. Seung-Kyu,Yang. Yu-Seok,Kim. Deok-Hwan
- ㆍ 간행물명
- 정보과학회논문지. Journal of KIISE. 시스템 및 이론
- ㆍ 권/호정보
- 2011년|38권 6호|pp.292-297 (6 pages)
- ㆍ 발행정보
- 한국정보과학회
- ㆍ 파일정보
- 정기간행물| PDF텍스트
- ㆍ 주제분야
- 기타
SSD는 일반적으로 사용되는 HDD와는 달리 기계적 동작이 없는 반도체 메모리를 사용하여 데이터를 저장하는 장치이다. 플래시 기반의 SSD는 읽기 성능이 뛰어난 반면 덮어쓰기 연산이 안되며, 마모도가 존재하여 SSD의 수명에 영향을 준다. 하지만 HDD보다 뛰어난 성능 때문에 노트북이나 중요한 데이터를 다루는 시스템 등에서 많이 사용하고 있다. 본 논문에서는 이러한 SSD를 서버 스토리지로 사용할 때 기존의 데이터 중복 제거 기법의 장점만을 조합하여 서버로 이동중인 데이터가 적을 경우 즉시 중복제거 방식을 사용하고 데이터가 많을 경우에는 예약 중복제거 방식을 사용하는 복합적 데이터 중복 제거 기술을 제안한다. 실험결과, 본 논문에서 제안하는 기법의 쓰기 횟수가 기존의 예약 중복제거 방식보다 32% 적으며, 연산시간은 즉시 중복제거 방식보다 16.7%의 성능 향상을 가져와 이 기법이 SSD의 마모도 측면에서 훨씬 효율적임을 검증하였다.
SSD is a data storage using semiconductor memory without mechanic movement compared to popular HDD. Flash-based SDD has good read performance but has several limitation of out-place update and wear-leveling, which affects life-span of SSD. However it is frequently used in the storage system treating important data and the notebook. because its performance is superior to HDD. In this paper, we propose a hybrid data deduplication method to combine the advantages of existing data duplication techniques when the SSDs are used for server storage, and the proposed method uses in-line deduplication to move small data to the server and post-processing deduplication to move large data. Experimental results show that the write frequency of the proposed method is 32% less than that of post-processing deduplication method and the operation time of the proposed method is 16.7% faster than that of in-line deduplication, so that we can see it outperforms existing methods in terms of wear-leveling.