It’s fairly common knowledge that SSDs outperform HDDs in both sequential and random reads, and while the file size & number of files have an impact, it doesn’t negate this difference.
A quick search confirmed that SSDs perform better in your scenario than HDDs. I don’t care enough to spend time finding proper references, because again - this is simply common knowledge.
douglasg14b@lemmy.world 1 day ago
This is like asking for a source for common sense statements.
HDDs are pretty terrible at random IO, which is what reading many small files tends to be. This is because they have a literal mechanical arm with a tiny magnet on the end that needs to move around to read sectors on a spinning platter. The physical limitations of how quickly the read right head can traverse limits it’s random I/O capabilities.
This makes hard drives, abysmal, at random I/O. And why defragmenting is a thing.
This is common knowledge for anyone in it and easy knowledge to obtain by reading a Wikipedia page.
SSDs are great at random I/O. They do not have physical components that need to move in order to read from random locations they generally perform equally as well from reading any location. Meaning their random I/O capabilities are significantly better.
FreedomAdvocate@lemmy.net.au 1 day ago
The difference isn’t significant in this situation. You’re acting like HDDs are floppy disks lol. Their random IO is not “pretty terrible”.