• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Why do SSD's have problems (i.e. slow xfer rates) reading small random files?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

magellan

Member
Joined
Jul 20, 2002
SSD's are more like RAM in the way they are accessed than HDD's right?

The amount of time it takes to get a 1 KiB file is the same amount of time it takes
to get the first 1 KiB of a 5 MiB file right?
 
inherent problems with parallelism with small files

This is a good overview of varying issues with small/large file and random/sequential in coding for SSD chapter here:
http://codecapsule.com/2014/02/12/coding-for-ssds-part-5-access-patterns-and-system-optimizations/

Even intels P3700 enterprise drive has same slow 4k random read as all other drives on market, makes it no better than Samsung 840 Evo because most desktop use is lower Q. But Samsung new nvme drive (which will have an m2 interface on mobo) will be first SSD to have significant increase in random 4k read, supposedly about 100 mb/s, ie 2.5 to 3x faster than any current drive on market, hopefully out by end of this year.
 
Back