RAID striping
Storage vendors like IBM and EMC incorporate RAID striping on the back-end of their respective storage arrays. As a storage admin, you hand out the LUNs as needed to the SAN-attached servers.

On the other end, my distributed counterparts feel that they should also stripe the LUNs at the OS level because they have always done this.

What is the relative performance impact with this second layer of RAID? With the cache front ends of the storage devices being so large, will this affect me near-term or long-term as the storage workload increases?

    Requires Free Membership to View

    When you register for SearchStorage.com, you’ll also receive targeted emails from my team of award-winning editorial writers. Our goal is to keep you informed on the hottest topics, the latest news and the biggest challenges you face as a storage professional today.

    Rich Castagna, Editorial Director

    By submitting your registration information to SearchStorage.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchStorage.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

It depends. The server striping can still improve performance over and above the back-end striping of the array and it can also decrease performance as well. There are quite a few issues. How oversubscribed is each target port on the array? Oversubscription is the number of servers accessing the storage controller on a specific target port (4:1, 7:1, 12:1). Are the server-based striped LUNs spread across multiple ports? Multiple controllers? Multiple arrays? Are the applications and servers really striping or load balancing? Striped performance will always be brought down to the lowest common denominator. If the striping is across multiple ports on the array and one of those ports is incredibly busy, the performance will be limited by the performance of the busy port.

Cache will have zero impact on throughput performance. In fact, if you turn off the back-end disk write cache, you can even improve the throughput. Cache is primarily for transactions and only improves performance if you have a high hit ratio which is a rarity when you have multiple servers/applications. The best way to use cache is to lock down part of it for database indexes and hot files. This has a real value for DBMS improved performance.

In general, the cache has nominal value for server-based striping.

As I stated in the beginning, there is no absolute answer to your question. It depends.

This was first published in October 2005