SSD Simulator
All graphs
Overview

Placement Effect — FDP Isolation & ZNS GC

Our finding. Placement isolation is a workload-dependent tool, not a free win. FDP-PI lowers WAF on skewed, sufficiently-aged workloads (prxy_1_3M, zipf, 80/20) where there is reuse skew to exploit, but on uniform or short traces its per-RUH GC reservation fragments the over-provisioning and can raise WAF; FDP-II is the most robust across workloads. ZNS hot/cold helps on zipf yet backfires on prxy_1 (2.89 vs 1.99 single) through a cold-pollution feedback loop that cost-benefit GC does not fix.

How this helps our work. This is the actionable design guidance the simulator exists to produce: which placement scheme to use for which workload, and the failure modes to avoid. Paired with the Mechanism graph, each outcome is explained through valid-at-reclaim.

What it shows. Left: FDP single vs Persistent Isolation (PI) vs Initial Isolation (II). Right: ZNS single-stream vs hot/cold separation under greedy and cost-benefit GC.

What we found
Placement Effect — FDP Isolation & ZNS GC
Previous← What Predicts WAF — Mechanism Scatters
NextWAF ↔ Wear Trade-off →
← Back to all graphs