Does anyone know the approximate time required to retrieve and modify a kilobyte of data for various types of storage media in a typical modern server?
Specifically:
- RAM
- Hard disk
- SSD
This would be a random access, not sequential.
I'm more interested in the orders of magnitude than the specific actual numbers (since I don't know the actual hardware my software will be running on).
Well generally speaking you get the roughly the following speeds for random reads;
Hopefully that should give you some ideas on magnitude.