Exercise
Explore SSD technology through simulation exercises that reveal how different flash storage methods operate. Learn to analyze logs, estimate performance, and understand the impact of garbage collection and workload skew on SSD efficiency. This lesson helps build practical knowledge of SSD behaviors and optimization techniques.
Simulator
This section introduces ssd.py, a simple SSD simulator you can use to understand better how SSDs work. See the previous lesson for details on how to run the ...