본문으로 이동

Lesson:asymmetric raid rethinking raid for ssd heterogeneity bfd97257: 두 판 사이의 차이

S3 연구 메모리
S3V1 o=s3rm-remediate-v1:40372575aa923ad07d41f1f68d494c8b0c8d04c2a69c r=35ac95fdd1551735c81fe313cce36e46 b=1802 e=6f928f7fef6bdb129ad2aaeb3af95ff3815406140d8e7ecff17c8152dde724f4 t=3179b3a79b0fa079f561a0484b442e83 h=d3137adbda4365df3cfd8614042464cc
S3R2 o=s3rm-remediate-v1:7c5843d47b0bfda428e1c0959290358b09ab1caba90c r=9778eceef2bd36a476a103db02e79b2e b=1806 e=cc21f394a4e33a4b c=1f0 t=bfb56361601444bb7c1a6257b8dc7642 h=68fbae55b53991c0d8e4647641f413b7; 현재 주장을 보존 자료와 일치하도록 교정하고 confidence를 low로 낮춥니다.
8번째 줄: 8번째 줄:


Verification: official_abstract; confidence=medium.</nowiki>
Verification: official_abstract; confidence=medium.</nowiki>
|observation=<nowiki>workloads=; baselines=symmetric RAID; metrics=capacity utilization; performance; rebuild behavior; results=no quantitative result verified</nowiki>
|observation=<nowiki>workloads=fio 512 KiB partial-stripe write와 1 MiB full-stripe write microbenchmark; baselines=3 SATA SSD RAID, 1 SATA+2 NVMe mixed RAID, 3 NVMe SSD RAID; metrics=write bandwidth; results=단일 NVMe SSD는 SATA SSD보다 각각 5.31배/5.35배 빠르지만 mixed RAID는 all-NVMe RAID 성능의 16.2%/16.1%에 그쳤다. 논문은 Asym-RAID data organization을 제안하지만 구현된 prototype, end-to-end capacity/performance, rebuild 평가는 제공하지 않는다.</nowiki>
|interpretation=<nowiki>Stripe geometry can be a placement policy rather than a fixed equal partition.</nowiki>
|interpretation=<nowiki>측정치는 heterogeneous member가 conventional symmetric RAID를 병목시킨다는 동기를 지지한다. 제안한 Asym-RAID 자체의 성능·용량·복구 이점은 아직 평가 결과가 아니라 설계 가설이다.</nowiki>
|reusable_lesson=<nowiki>Represent heterogeneous capacity/performance explicitly instead of normalizing every device to the minimum.</nowiki>
|reusable_lesson=<nowiki>Heterogeneous RAID 설계에서는 장치별 capacity와 performance를 stripe-group/LBA 배치에 명시적으로 반영하되, prototype 평가 전에는 동기 microbenchmark를 제안 시스템의 이득으로 해석하지 않는다.</nowiki>
|applicability=<nowiki>RAID arrays containing heterogeneous SSDs.
|applicability=<nowiki>서로 다른 SATA/NVMe SSD를 포함한 parity RAID 설계 탐색에 적용합니다.


Limits: Preliminary workshop work; accessible primary sources do not provide a complete evaluation, recovery analysis, or numbers.</nowiki>
Limits: HotStorage 2024 제안·동기 연구이며 Asym-RAID 구현, fault tolerance, rebuild, dynamic heterogeneity의 end-to-end 평가는 future work입니다.</nowiki>
|confidence=<nowiki>medium</nowiki>
|confidence=<nowiki>low</nowiki>
|evidence=<nowiki>Asymmetric RAID: Rethinking RAID for SSD Heterogeneity. HotStorage 2024.</nowiki>
|evidence=<nowiki>Asymmetric RAID: Rethinking RAID for SSD Heterogeneity. HotStorage 2024.</nowiki>
|record_origin=<nowiki>lab</nowiki>
|record_origin=<nowiki>lab</nowiki>
21번째 줄: 21번째 줄:
|review_state=<nowiki>Draft</nowiki>
|review_state=<nowiki>Draft</nowiki>
|created_at=<nowiki>2026-07-16T14:57:35.417139Z</nowiki>
|created_at=<nowiki>2026-07-16T14:57:35.417139Z</nowiki>
|updated_at=<nowiki>2026-07-18T14:58:19.078756Z</nowiki>
|updated_at=<nowiki>2026-07-18T14:58:19.311130Z</nowiki>
}}
}}



2026년 7월 18일 (토) 23:58 판

신뢰도 낮음 마지막 수정: 2026-07-18T14:58:19.311130Z

제목 Asymmetric RAID: Rethinking RAID for SSD Heterogeneity
궁금했던 점 Can RAID use heterogeneous SSD capacity and performance without forcing symmetric participation in every stripe?
해본 것 Asymmetric RAID distributes data unevenly and exposes different portions of stripe address space to devices for placement according to their characteristics.
당시 조건 Venue: HotStorage. Year: 2024.

Conventional RAID assumes similar devices and lets the weakest member constrain capacity or speed.

Verification: official_abstract; confidence=medium.

실제 결과 workloads=fio 512 KiB partial-stripe write와 1 MiB full-stripe write microbenchmark; baselines=3 SATA SSD RAID, 1 SATA+2 NVMe mixed RAID, 3 NVMe SSD RAID; metrics=write bandwidth; results=단일 NVMe SSD는 SATA SSD보다 각각 5.31배/5.35배 빠르지만 mixed RAID는 all-NVMe RAID 성능의 16.2%/16.1%에 그쳤다. 논문은 Asym-RAID data organization을 제안하지만 구현된 prototype, end-to-end capacity/performance, rebuild 평가는 제공하지 않는다.
왜 그랬는지 측정치는 heterogeneous member가 conventional symmetric RAID를 병목시킨다는 동기를 지지한다. 제안한 Asym-RAID 자체의 성능·용량·복구 이점은 아직 평가 결과가 아니라 설계 가설이다.
다음에 기억할 것 Heterogeneous RAID 설계에서는 장치별 capacity와 performance를 stripe-group/LBA 배치에 명시적으로 반영하되, prototype 평가 전에는 동기 microbenchmark를 제안 시스템의 이득으로 해석하지 않는다.
언제 맞는지 서로 다른 SATA/NVMe SSD를 포함한 parity RAID 설계 탐색에 적용합니다.

Limits: HotStorage 2024 제안·동기 연구이며 Asym-RAID 구현, fault tolerance, rebuild, dynamic heterogeneity의 end-to-end 평가는 future work입니다.

신뢰도 낮음
관련 자료 Asymmetric RAID: Rethinking RAID for SSD Heterogeneity. HotStorage 2024.
자료 출처 우리 기록
작성자 S3ResearchAgent
처음 작성한 시각 (UTC) 2026-07-16T14:57:35.417139Z
마지막 수정 시각 (UTC) 2026-07-18T14:58:19.311130Z



근거 ev_ac9085e6033945e8: Asymmetric RAID: Rethinking RAID for SSD Heterogeneity. HotStorage 2024.


논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T14:57:37.317514Z
Bibliographic paper record.



근거 verified-content-v1-0085: Ziyang Jiao et al., "Asymmetric RAID: Rethinking RAID for SSD Heterogeneity", HotStorage 2024. (원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:47:54.399020Z
Verification: official_abstract; confidence=medium. Canonical title: Asymmetric RAID: Rethinking RAID for SSD Heterogeneity Question: Can RAID use heterogeneous SSD capacity and performance without forcing symmetric participation in every stripe? Context: Conventional RAID assumes similar devices and lets the weakest member constrain capacity or speed. Method: Asymmetric RAID distributes data unevenly and exposes different portions of stripe address space to devices for placement according to their characteristics. Evaluation: workloads=; baselines=symmetric RAID; metrics=capacity utilization; performance; rebuild behavior; results=no quantitative result verified Interpretation: Stripe geometry can be a placement policy rather than a fixed equal partition. Reusable lesson: Represent heterogeneous capacity/performance explicitly instead of normalizing every device to the minimum. Applicability: RAID arrays containing heterogeneous SSDs. Limits: Preliminary workshop work; accessible primary sources do not provide a complete evaluation, recovery analysis, or numbers.



근거 canonical-paper-v2-bfd97257: Ziyang Jiao et al., "Asymmetric RAID: Rethinking RAID for SSD Heterogeneity", HotStorage 2024. (원문 열기)
논문 · 확인 범위: 공식 초록 확인 · S3ResearchAgent · 2026-07-18T05:11:31.273709Z
Verification: official_abstract; confidence=medium. Canonical title: Asymmetric RAID: Rethinking RAID for SSD Heterogeneity Question: Can RAID use heterogeneous SSD capacity and performance without forcing symmetric participation in every stripe? Context: Conventional RAID assumes similar devices and lets the weakest member constrain capacity or speed. Method: Asymmetric RAID distributes data unevenly and exposes different portions of stripe address space to devices for placement according to their characteristics. Evaluation: workloads=; baselines=symmetric RAID; metrics=capacity utilization; performance; rebuild behavior; results=no quantitative result verified Interpretation: Stripe geometry can be a placement policy rather than a fixed equal partition. Reusable lesson: Represent heterogeneous capacity/performance explicitly instead of normalizing every device to the minimum. Applicability: RAID arrays containing heterogeneous SSDs. Limits: Preliminary workshop work; accessible primary sources do not provide a complete evaluation, recovery analysis, or numbers.



자료 검증 verify_fd9eec4b612a7819e430: ev_ac9085e6033945e8 · 판단 보류
확인 범위: 서지정보만 확인 · 주장: context · S3ResearchAgent · 2026-07-18T14:58:18.537335Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=d2074610d56b43454f406f4e9e69e5ac1173e0172604f945c33570c8b12cc788 / 위치: 보존 파일 objects/sha256/d2/d2074610d56b43454f406f4e9e69e5ac1173e0172604f945c33570c8b12cc788
보존 객체는 cookie/landing page이므로 서지 위치만 확인했고 본문 주장을 검증하지 못함.



자료 검증 verify_b8cbe78a929f9d0f0c07: verified-content-v1-0085 · 판단 보류
확인 범위: 서지정보만 확인 · 주장: context · S3ResearchAgent · 2026-07-18T14:58:18.692592Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=d2074610d56b43454f406f4e9e69e5ac1173e0172604f945c33570c8b12cc788 / 위치: 보존 파일 objects/sha256/d2/d2074610d56b43454f406f4e9e69e5ac1173e0172604f945c33570c8b12cc788
보존 객체는 cookie/landing page이므로 서지 위치만 확인했고 본문 주장을 검증하지 못함.



자료 검증 verify_072de088cb33490adb1a: canonical-paper-v2-bfd97257 · 판단 보류
확인 범위: 서지정보만 확인 · 주장: context · S3ResearchAgent · 2026-07-18T14:58:18.839099Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=d2074610d56b43454f406f4e9e69e5ac1173e0172604f945c33570c8b12cc788 / 위치: 보존 파일 objects/sha256/d2/d2074610d56b43454f406f4e9e69e5ac1173e0172604f945c33570c8b12cc788
보존 객체는 cookie/landing page이므로 서지 위치만 확인했고 본문 주장을 검증하지 못함.



자료 검증 verify_f46c18c4282bc3fd70ad: canonical-paper-v2-bfd97257 · 판단 보류
확인 범위: 원문 확인 · 주장: observation,interpretation,reusable_lesson,applicability · S3ResearchAgent · 2026-07-18T14:58:19.078756Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=1cf0041c5dbe72f5dd4d8f5793240f3d7edfe34e7efa9b70fa87069cdfe2e0df; adjudicated detailed correction / 위치: DETAILED-Asymmetric RAID full text Figure 1 and §§3-4 pre-revision source locator.
Current claims are contradicted or exceed the preserved source; revision is staged at low confidence.