Lesson:phasedrr read reclaim scheduling without page level access counting 69578f95
| 제목 | PhasedRR: Read Reclaim Scheduling without Page-level Access Counting |
|---|---|
| 궁금했던 점 | What problem, design, and evaluation does this paper present? |
| 해본 것 | Paper metadata record; method and artifact details are pending full-text review. |
| 당시 조건 | Venue: MSST. Year: 2024. |
| 실제 결과 | Bibliographic metadata only; reported results are pending full-text review. |
| 왜 그랬는지 | No technical interpretation has been assigned. |
| 다음에 기억할 것 | Pending full-text review. |
| 언제 맞는지 | operating systems; precise applicability is pending full-text review. |
| 신뢰도 | 높음 |
| 관련 자료 | PhasedRR: Read Reclaim Scheduling without Page-level Access Counting. MSST 2024. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T14:56:05.748844Z |
| 마지막 수정 시각 (UTC) | 2026-07-16T18:53:47.908184Z |
근거 ev_d70efcd9ba7a4f5d: PhasedRR: Read Reclaim Scheduling without Page-level Access Counting. MSST 2024.
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T14:56:07.745712Z
Bibliographic paper record.
근거 verified-content-v1-0049: Li Cai et al., "PhasedRR: Read Reclaim Scheduling without Page-level Access Counting", MSST 2024.
(원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:53:47.908184Z
Verification: full_text; confidence=high.
Canonical title: PhasedRR: Read Reclaim Scheduling without Page-level Access Counting
Question: 페이지별 read counter 없이 SSD read-reclaim 지연을 줄일 수 있는가?
Context: 기존 hot-page 선이동은 DRAM의 page counter가 캐시 공간을 잠식한다.
Method: 세 시간창의 working set 교집합으로 hottest/hotter/tepid를 구분해 hard threshold 전에 단계적으로 이동한다.
Evaluation: workloads=SSDsim; realistic disk traces; ARM Cortex-A7 controller model; baselines=RL-RR; Reallocation; existing RR scheduling; metrics=overall I/O latency; read latency; erase operations; DRAM overhead; results=Overall I/O latency -31.3%; read latency -33.6%; erases -6.1% on average.
Interpretation: 정확한 빈도 카운트 대신 최근성 집합의 반복 출현만으로 충분한 hotness 계층을 만들 수 있다.
Reusable lesson: 메타데이터 비용이 크면 exact counter를 windowed set membership으로 대체하라.
Applicability: TLC/QLC SSD FTL read-reclaim.
Limits: SSDsim 기반이며 세 window·threshold와 trace hotness에 민감하다.