<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is RAID 0 (software-based) worthwhile for 2 disks? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627911#M71173</link>
    <description>&lt;BR /&gt;" I would mirror the 2 disks using VMS Shadowsets (i.e. software RAID 1). This provides some benefit on read rate and works a treat. "&lt;BR /&gt;&lt;BR /&gt;RAID-1 is great if&lt;BR /&gt;- you need the increased availability.&lt;BR /&gt;[ If fact, if you need raid-1 the whole question becomes a moot point. If you need it, then you need it. End of of story. This does not appear to be the case. ]&lt;BR /&gt;- you have ample space (gigabytes)&lt;BR /&gt;- you are behind a write-back cache.&lt;BR /&gt;- the bulk of the IOs are read&lt;BR /&gt;&lt;BR /&gt;If however a dominant part of the IOs is writes (which I suspect to be the case) then raid will significantly increase the IO load (up to 2x for 100% write). The original topic suggest to me there is no time to spare for those extra IOs.&lt;BR /&gt;&lt;BR /&gt;I suspect mail applications, contrary to OLTP and BW will read only a few times per write, not many times. Some mail systems may read zero or once (junk mail identified by header) for each write.&lt;BR /&gt;&lt;BR /&gt;Just thinking aloud,&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
    <pubDate>Mon, 19 Sep 2005 22:45:19 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2005-09-19T22:45:19Z</dc:date>
    <item>
      <title>Is RAID 0 (software-based) worthwhile for 2 disks?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627905#M71167</link>
      <description>Just curious what people's opinions are.  I'm currently running my mail spool on 2 fast drives bound into a stripe set with the HP RAID software.  About 2/3 of the I/Os are 8 blocks or less.</description>
      <pubDate>Fri, 16 Sep 2005 10:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627905#M71167</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-09-16T10:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is RAID 0 (software-based) worthwhile for 2 disks?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627906#M71168</link>
      <description>Hello David,&lt;BR /&gt;&lt;BR /&gt;Would I be correct in assuming that the reason you are asking this question is that you have a performance issue? If you have then you can improve your performance by increasing the number of disks in the striped set or by replacing your existing disks with larger ones.&lt;BR /&gt;&lt;BR /&gt;Personally I have never been a big fan of RAID 0 arrays simply because of the risk of disk failure (although I can be too pessimistic at times). If one disk fails then potentially important data, in your case mail messages, are lost. I would seriously question the use of RAID 0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 11:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627906#M71168</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-09-16T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is RAID 0 (software-based) worthwhile for 2 disks?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627907#M71169</link>
      <description>Leaving aside the discussion of reliability, RAID-0 is good for 2 things:&lt;BR /&gt;&lt;BR /&gt;- you need a bigger volume, although, on OpenVMS that can be accomplished with a multivolume set&lt;BR /&gt;&lt;BR /&gt;- increased performance, because you have two disk mechanisms.&lt;BR /&gt;&lt;BR /&gt;Now, 8-block I/Os are rather small - too small to make the chunk size even smaller. I would make the chunk size larger, so that those I/Os do not get split. In that case you will only get a performance boost if you have a multi-threaded application (or multiple processes that hit the stripeset).</description>
      <pubDate>Fri, 16 Sep 2005 11:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627907#M71169</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-16T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is RAID 0 (software-based) worthwhile for 2 disks?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627908#M71170</link>
      <description>Hi,&lt;BR /&gt;I agree with Uwe. Leave the default chunk size, in your case.&lt;BR /&gt;But the risk of data loss is rather high. I'd suggest to use shadowed raid 0. But then you'll need the capacity twice .&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Fri, 16 Sep 2005 12:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627908#M71170</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-09-16T12:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is RAID 0 (software-based) worthwhile for 2 disks?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627909#M71171</link>
      <description>&lt;BR /&gt;Yes, software striping is valid as it will double the potential IO rate to final target.&lt;BR /&gt;&lt;BR /&gt;With many small-ish files, and the buk of the IOs being small I would lean towards a large chunk size in order to avoid fragmenting already small IOs.&lt;BR /&gt;&lt;BR /&gt;For the purpose of balancing disk IO over multiple disks in the context of many smallish files you could also consider  bound volume sets.&lt;BR /&gt;&lt;BR /&gt;Bound volume sets will balance files over the drives (if/once the allocation are close) by allocating the next file on the sub-drive with most empty space. For bound volume sets all the IOs for a single file (header + data), except the directory IO will go to a single member. Stiped sets may spread that even more.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Sep 2005 16:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627909#M71171</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-09-17T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is RAID 0 (software-based) worthwhile for 2 disks?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627910#M71172</link>
      <description>I would mirror the 2 disks using VMS Shadowsets (i.e. software RAID 1). This provides some benefit on read rate and works a treat.</description>
      <pubDate>Mon, 19 Sep 2005 16:33:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627910#M71172</guid>
      <dc:creator>Jezza Sutton</dc:creator>
      <dc:date>2005-09-19T16:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is RAID 0 (software-based) worthwhile for 2 disks?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627911#M71173</link>
      <description>&lt;BR /&gt;" I would mirror the 2 disks using VMS Shadowsets (i.e. software RAID 1). This provides some benefit on read rate and works a treat. "&lt;BR /&gt;&lt;BR /&gt;RAID-1 is great if&lt;BR /&gt;- you need the increased availability.&lt;BR /&gt;[ If fact, if you need raid-1 the whole question becomes a moot point. If you need it, then you need it. End of of story. This does not appear to be the case. ]&lt;BR /&gt;- you have ample space (gigabytes)&lt;BR /&gt;- you are behind a write-back cache.&lt;BR /&gt;- the bulk of the IOs are read&lt;BR /&gt;&lt;BR /&gt;If however a dominant part of the IOs is writes (which I suspect to be the case) then raid will significantly increase the IO load (up to 2x for 100% write). The original topic suggest to me there is no time to spare for those extra IOs.&lt;BR /&gt;&lt;BR /&gt;I suspect mail applications, contrary to OLTP and BW will read only a few times per write, not many times. Some mail systems may read zero or once (junk mail identified by header) for each write.&lt;BR /&gt;&lt;BR /&gt;Just thinking aloud,&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 22:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/is-raid-0-software-based-worthwhile-for-2-disks/m-p/3627911#M71173</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-09-19T22:45:19Z</dc:date>
    </item>
  </channel>
</rss>

