[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
|
|
Subscribe / Log in / New account

Solid-state storage devices and the block layer

Solid-state storage devices and the block layer

Posted Oct 5, 2010 1:19 UTC (Tue) by dgc (subscriber, #6611)
Parent article: Solid-state storage devices and the block layer

Interesting read. It looks like we are finally getting towards the sort of sort of infrastructure I thought is necessary to support high end SSDs. From the presentation I gave at the 2008 Filesystems and IO workshop (cut-n-paste from my slides, so please excuse lack of formatting):

The IOPS Challenge

o SSDs
- Ready for 50,000 IOPS/s per disk?
+ >200,000 ctxsw/s per disk
+ 50,000 intr/s per disk
+ Does not scale to many disks
- Raw IOP capacity per HBA
+ will be a limiting factor
+ driver design will need to focus on IOPS optimisations,
not achieving max bandwidth
- CPU overhead will be high

o Looks more like the network problem
- similar packet rates to gigabit ethernet per disk
many, many more interfaces than a typical network stack
- HBAs with multiple disks will have to handle packet rates
closer to 10Gb ethernet
- similar interrupt scaling tricks will be needed
+ MSI-X directed interrupts
+ one vector per disk behind the HBA?
+ polling rather than interrupt driven

o Will require both hardware and software to evolve
o Not going to happen overnight
o Two orders of magnitude increase in performance is a big
disconnect
o Optimisations being made for current (cheap) SSDs have a
short life
- random write performance is not a limiting factor at
the high end....

I think this shows the value we have been getting from these workshops - cross pollination of ideas, challenges, techniques, etc across the wider community. We might not see results immediately, but they are eventually appearing...


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds