Adam Leventhal's blog

Search
Close this search box.

Hybrid Storage Pools: The L2ARC

July 23, 2008

I’ve written recently about the hybrid storage pool (HSP), using ZFS to augment the conventional storage stack with flash memory. The resulting system improve performance, cost, density, capacity, power dissipation — pretty much evey axis of importance.

An important component of the HSP is something called the second level adaptive replacement cache (L2ARC). This allows ZFS to use flash as a caching tier that falls between RAM and disk in the storage hierarchy, and permits huge working sets to be serviced with latencies under 100us. My colleague, Brendan Gregg, implemented the L2ARC, and has written a great summary of how the L2ARC works and some concrete results. Using the L2ARC, Brendan was able to achieve a 730% performance improvement over 7200RPM drives. Compare that with 15K RPM drives which will improve performance by at most 100-200%, while costing more, using more power, and delivering less total capacity than Brendan’s configuration. Score one for the hybrid storage pool!

5 Responses

  1. This will probably be a stop-gap measure. It’s plain to see, we’re moving towards solid state storage, and it wouldn’t be surprising if this type of storage became prevalent in the next five years.
    What I find ironic is that in spite of having storage with no moving parts, we will still have to do RAID configurations, because it will still be a failure point. So solid state storage will take away some of the pain, but it won’t solve the problem (thereby abolishing the need for RAID altogether).
    When we’re in a position to abolish RAID completely, THEN we can say the storage problem has finally been solved. At least until a new computing and storage paradigm hits, but that’s hard to predict even for me.

  2. @UX-admin I couldn’t disagree more with everything you wrote.
    To the issue of RAID, RAID is not a problem. It’s a fine solution. Components will always be susceptible to failures, and redundancy will exist at some layer of the stack. I’d much prefer to have it in ZFS than obscured behind layers of device firmware.
    Your point about RAID on flash actually supports my position that flash should not be used for primary storage. Even as the price of flash decreases, disks are still much cheaper. Further, the appeal of flash is its ability to deliver high IOPS. If we use RAID, then we reduce the IOPS by a factor of the stripe width. If we mirror, then we’ve increased the cost — already greater than that of disk — by a factor of two.
    Disks are cheap, so we’ll use them for bandwidth and capacity with RAID to ensure reliability. Flash is more expensive, but fits nicely between DRAM and disk in cost and performance. The L2ARC lets us use flash as our high IOPS, large capacity cache without the need for redundancy.
    Until flash literally costs the same or less than cheap, slow disks, it will always be more economical to build a hybrid storage pool with both disk and flash for general purpose storage.

  3. "To the issue of RAID, RAID is not a problem. It’s a fine solution. Components will always be susceptible to failures, and redundancy will exist at some layer of the stack. I’d much prefer to have it in ZFS than obscured behind layers of device firmware."
    Don’t misunderstand me; I do not run hardware RAID, and employ ZFS at every opportunity where it makes sense to do so. I have no hardware RAID systems because I stopped believing in such solutions years ago.
    Disks are indeed cheap, but I am arguing that once Flash-based storage reaches sufficient volume, the hype will wear off and the prices will drop down to or below our cheap SATA disks. I agree with you that disks are cheap, but that is temporary and will change – of this I am certain, and can clearly see it.
    "Until flash literally costs the same or less than cheap, slow disks, it will always be more economical to build a hybrid storage pool with both disk and flash for general purpose storage."
    Agreed. However, attempt not to see that which lies immidiately before you, but instead, try to envision that which lies far ahead.
    Might the whole RAID concept be overthrown somehow? How can we turn the whole paradigm upside down on its head? Is there a completely different way to approaching the storage paradigm?
    That’s the next big thing. Otherwise, we’re just running around in circles, limited by that which is known.

  4. @UX-admin Even with cheap flash, you’ll want to have data redundancy between devices. The options are mirroring and RAID. RAID will always be more economically viable.
    I’m very interested in looking at possibilities on the horizon, but I tend to constrain my excitement to the concrete rather than the possible.

  5. Isn’t that what I wrote in the first place? (;-)
    So we do agree after all.
    I just can’t wait for the day on which storage will no longer have to be made redundant, because it will be so simple and reliable. I keep thinking about these transparent cubes and optics, storing stuff in 3D…
    BTW, excellent essay in "It’s tested or it’s broken".

Recent Posts

April 17, 2024
January 13, 2024
December 29, 2023
February 12, 2017
December 18, 2016

Archives

Archives