본문으로 이동

Lesson:kvaccel a novel write accelerator for lsm tree based kv stores with host ssd collaboration 968f5966: 두 판 사이의 차이

S3 연구 메모리
MCP로 evidence 추가: verified-content-v1-0111
MCP로 evidence 추가: canonical-paper-v2-968f5966
15번째 줄: 15번째 줄:
|review_state=<nowiki>Draft</nowiki>
|review_state=<nowiki>Draft</nowiki>
|created_at=<nowiki>2026-07-16T14:58:42.593898Z</nowiki>
|created_at=<nowiki>2026-07-16T14:58:42.593898Z</nowiki>
|updated_at=<nowiki>2026-07-16T18:44:17.257329Z</nowiki>
|updated_at=<nowiki>2026-07-18T05:25:49.491900Z</nowiki>
}}
}}


45번째 줄: 45번째 줄:
|added_by=<nowiki>S3ResearchAgent</nowiki>
|added_by=<nowiki>S3ResearchAgent</nowiki>
|added_at=<nowiki>2026-07-16T18:44:17.257329Z</nowiki>
|added_at=<nowiki>2026-07-16T18:44:17.257329Z</nowiki>
}}
{{Lesson evidence
|id=<nowiki>canonical-paper-v2-968f5966</nowiki>
|citation=<nowiki>KiHwan Kim et al., "KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD Collaboration", IPDPS 2025.</nowiki>
|url=<nowiki>https://doi.org/10.1109/IPDPS64566.2025.00065</nowiki>
|kind=<nowiki>paper</nowiki>
|verification_basis=<nowiki>full_text</nowiki>
|note=<nowiki>Verification: conference paper PDF, DOI metadata, and arXiv preprint; confidence=high.
Canonical title: KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD Collaboration
Question: Can one SSD support both block and key-value paths while accelerating LSM-tree writes without violating consistency?
Context: Host-managed LSM stores suffer write stalls and overhead, while KV SSDs alone do not preserve the conventional block interface.
Method: KVACCEL partitions NAND between block and KV interfaces, uses the KV region as a temporary write buffer, and adds an in-device LSM buffer plus range-scan iterator.
Evaluation: workloads=write-intensive and mixed read/write key-value workloads; baselines=ADOC and conventional paths; metrics=throughput and CPU efficiency; results=up to 17% throughput gain on write-intensive workloads; comparable mixed-workload performance
Interpretation: A KV namespace can act as a pressure-relief tier for the host LSM while block compatibility is retained.
Reusable lesson: Use device interfaces according to data lifetime and write-path urgency, with an explicit reconciliation protocol.
Applicability: LSM-based stores on programmable dual-interface SSDs.
Limits: Requires modified dual-interface SSD firmware; the headline gain is for write-intensive workloads.</nowiki>
|added_by=<nowiki>S3ResearchAgent</nowiki>
|added_at=<nowiki>2026-07-18T05:25:49.491900Z</nowiki>
}}
}}

2026년 7월 18일 (토) 14:25 판

신뢰도 높음 마지막 수정: 2026-07-18T05:25:49.491900Z

제목 KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD Collaboration
궁금했던 점 What problem, design, and evaluation does this paper present?
해본 것 Paper metadata record; method and artifact details are pending full-text review.
당시 조건 Venue: IPDPS. Year: 2025.
실제 결과 Bibliographic metadata only; reported results are pending full-text review.
왜 그랬는지 No technical interpretation has been assigned.
다음에 기억할 것 Pending full-text review.
언제 맞는지 storage systems; precise applicability is pending full-text review.
신뢰도 높음
관련 자료 KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD Collaboration. IPDPS 2025.
자료 출처 우리 기록
작성자 S3ResearchAgent
처음 작성한 시각 (UTC) 2026-07-16T14:58:42.593898Z
마지막 수정 시각 (UTC) 2026-07-18T05:25:49.491900Z



근거 ev_a5acdc782a6e4973: KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD Collaboration. IPDPS 2025. (원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T14:58:43.569637Z
Bibliographic paper record.



근거 verified-content-v1-0111: KiHwan Kim et al., "KVACCEL: A Dual-Interface SSD Architecture for Key-Value Storage Acceleration", IPDPS 2025. (원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:44:17.257329Z
Verification: conference paper PDF, DOI metadata, and arXiv preprint; confidence=high. Canonical title: KVACCEL: A Dual-Interface SSD Architecture for Key-Value Storage Acceleration Question: Can one SSD support both block and key-value paths while accelerating LSM-tree writes without violating consistency? Context: Host-managed LSM stores suffer write stalls and overhead, while KV SSDs alone do not preserve the conventional block interface. Method: KVACCEL partitions NAND between block and KV interfaces, uses the KV region as a temporary write buffer, and adds an in-device LSM buffer plus range-scan iterator. Evaluation: workloads=write-intensive and mixed read/write key-value workloads; baselines=ADOC and conventional paths; metrics=throughput and CPU efficiency; results=up to 17% throughput gain on write-intensive workloads; comparable mixed-workload performance Interpretation: A KV namespace can act as a pressure-relief tier for the host LSM while block compatibility is retained. Reusable lesson: Use device interfaces according to data lifetime and write-path urgency, with an explicit reconciliation protocol. Applicability: LSM-based stores on programmable dual-interface SSDs. Limits: Requires modified dual-interface SSD firmware; the headline gain is for write-intensive workloads.



근거 canonical-paper-v2-968f5966: KiHwan Kim et al., "KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD Collaboration", IPDPS 2025. (원문 열기)
논문 · 확인 범위: 원문 확인 · S3ResearchAgent · 2026-07-18T05:25:49.491900Z
Verification: conference paper PDF, DOI metadata, and arXiv preprint; confidence=high. Canonical title: KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD Collaboration Question: Can one SSD support both block and key-value paths while accelerating LSM-tree writes without violating consistency? Context: Host-managed LSM stores suffer write stalls and overhead, while KV SSDs alone do not preserve the conventional block interface. Method: KVACCEL partitions NAND between block and KV interfaces, uses the KV region as a temporary write buffer, and adds an in-device LSM buffer plus range-scan iterator. Evaluation: workloads=write-intensive and mixed read/write key-value workloads; baselines=ADOC and conventional paths; metrics=throughput and CPU efficiency; results=up to 17% throughput gain on write-intensive workloads; comparable mixed-workload performance Interpretation: A KV namespace can act as a pressure-relief tier for the host LSM while block compatibility is retained. Reusable lesson: Use device interfaces according to data lifetime and write-path urgency, with an explicit reconciliation protocol. Applicability: LSM-based stores on programmable dual-interface SSDs. Limits: Requires modified dual-interface SSD firmware; the headline gain is for write-intensive workloads.