
Random 4 KB read and write operations with an unsaturated queue (a queue depth of one) represent a fairly typical load scenario.
Writes are faster, as the drive can quickly find a free sector to write to, while the read operations are specific to a given sector. Writes to the Samsung 830 are significantly slower using FAT32, though the Zalman F1 drive seems to suggest this isn't an issue inherent to the file system itself.

A very large queue depth of 64 pending commands allows the drives to optimize read operations, leading to much improved throughput.
On exFAT and NTFS, this has a very positive impact, while the drives working with FAT32 suffer enormous performance hits. However, a queue depth of 64 is really only theoretical, since desktop systems hardly ever experience queues depths in excess of four.

Sequential throughput helps illustrate FAT32's lagging performance in a more realistic situation, and its throughput is severely limited, especially on the Zalman SSD. Since storage drives tend to be used for holding larger files (like the aforementioned videos), this metric is ostensibly the most relevant to us.
- What's A File System? Does It Matter?
- File Systems: FAT32, NTFS, exFAT, and HFS+
- Test SSDs: Samsung 830 And Zalman F1 Series
- Test Setup And Benchmarks
- AS SSD: Random And Sequential Throughput
- AS SSD: Access Time, Copy Benchmark, And Overall Score
- CrystalDiskMark: Random And Sequential Throughput
- Benchmark Results: Iometer 4 KB Random And Streaming Read/Write
- Benchmark Results: Iometer Workload Tests
- Benchmark Results: PCMark 7
- Stick To NTFS On Windows