Lesson:light dedup a light weight inline deduplication framework for non volatile memory file systems 000ae22e
| 제목 | Light-Dedup: A Light-weight Inline Deduplication Framework for Non-Volatile Memory File Systems |
|---|---|
| 궁금했던 점 | What problem, design, and evaluation does this paper present? |
| 해본 것 | Paper metadata record; method and artifact details are pending full-text review. |
| 당시 조건 | Venue: USENIX ATC. Year: 2023. |
| 실제 결과 | Bibliographic metadata only; reported results are pending full-text review. |
| 왜 그랬는지 | No technical interpretation has been assigned. |
| 다음에 기억할 것 | Pending full-text review. |
| 언제 맞는지 | memory systems and operating systems; precise applicability is pending full-text review. |
| 신뢰도 | 높음 |
| 관련 자료 | Light-Dedup: A Light-weight Inline Deduplication Framework for Non-Volatile Memory File Systems. USENIX ATC 2023. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T14:55:50.330782Z |
| 마지막 수정 시각 (UTC) | 2026-07-16T18:53:27.241652Z |
근거 ev_fb59ce10532b40cc: Light-Dedup: A Light-weight Inline Deduplication Framework for Non-Volatile Memory File Systems. USENIX ATC 2023.
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T14:55:51.298969Z
Bibliographic paper record.
근거 verified-content-v1-0043: Jiansheng Qiu et al., "Light-Dedup: A Light-weight Inline Deduplication Framework for Non-Volatile Memory File Systems", USENIX ATC 2023.
(원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:53:27.241652Z
Verification: abstract_only; confidence=high.
Canonical title: Light-Dedup: A Light-weight Inline Deduplication Framework for Non-Volatile Memory File Systems
Question: NVM 파일시스템에서 inline dedup의 메타데이터·쓰기 증폭을 줄일 수 있는가?
Context: 전역 fingerprint index는 NVM 접근과 metadata amplification이 크다.
Method: 지역성 인지 region buffer/index와 NVM 내 metadata table, prefetch를 사용한다.
Evaluation: workloads=NVM dedup workloads; crafted aging workload; baselines=state-of-the-art NVM dedup file systems; metrics=throughput; prefetch gain; metadata read/write amplification; results=1.01–8.98× throughput; metadata R/W amplification 19.35/9.86→6.10/3.43.
Interpretation: 중복 데이터의 공간 지역성을 이용하면 전역 인덱스 접근을 크게 줄일 수 있다.
Reusable lesson: dedup 메타데이터는 데이터 지역성과 같은 단위로 캐시·배치하라.
Applicability: NVM 파일시스템 inline dedup.
Limits: 중복·지역성 정도와 NVM 특성에 민감하며 일부 결과는 crafted aging workload다.