Why do SSDs have better performance as compared to HDDs?
Recently I came across a discussion regarding RAM vs Disk access here on Hashnode. Just out of curiosity, I would like to know why SSDs are more performant.
It's easy ssd does not have moving parts as hhds, actuall ssd it'a a flash memory so the time to access any position of the disk it's the same, this is not the case for an hdd, the time to access differents positions in the disk depends on the original position.
Mario Hartman
Software and coffee lover!
It's easy ssd does not have moving parts as hhds, actuall ssd it'a a flash memory so the time to access any position of the disk it's the same, this is not the case for an hdd, the time to access differents positions in the disk depends on the original position.