I'm trying to do some research around file systems and I've probably confused myself. I've got to disk scheduling algorithms for devices with discs such as SCAN and CSCAN, but I was wondering what the equivalents are for flash memory?

有帮助吗?

解决方案

There are some research approaches like in the 2009 paper "A New I/O Scheduler for Solid State Devices". However, I am not aware that any of this is used in practice. The "Noop" scheduler, which means that the scheduler is not reordering requests, seems to be the standard scheduler to use for SSDs.

Anyway, a lot more should change in todays OS to really perform with modern and future SSDs as pointed out in this MSST 2010 paper.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top