电梯盘调度算法和NCQ一样吗?

发布于 2024-11-15 22:30:34 字数 43 浏览 8 评论 0原文

这两者有什么区别吗?它们在维基百科上都有条目,但我看不出它们有什么区别?

Is there any difference between these two? Both of them has an entry in Wikipedia, but I don't see any difference between them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无可置疑 2024-11-22 22:30:34

NCQ 是一种将多个请求排队到磁盘的机制,以便磁盘以某种首选顺序处理它们。经典的电梯调度算法是对充满 I/O 请求的队列进行重新排序的一种可能方法。前者是与磁盘相关的硬件机制,后者是可由操作系统或磁盘执行的软件算法。

NCQ is a mechanism to enqueue multiple requests to a disk for it to handle them in some preferred order. The classic elevator scheduling algorithm is one possible way to reorder a queue full of I/O requests. The former is a hardware mechanism tied to a disk, the latter is a software algorithm that may be performed by the OS or the disk.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文