Most storage and retrieval algorithms in my knowledge have been optimised to reduce seek time when accessing large files as there is an actual moving actuator which reads data off of the disks. Hence we used to "defragment" our hard disks so that data is in a contiguous location.
Now with SSDs we are free from optimising seek times. Does this change anything?
No responses yet.