<?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: which one is faster RAID-1 or RAID-5 ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960818#M46752</link>
    <description>Thanks Dear Gurus for the nice help ;).&lt;BR /&gt;&lt;BR /&gt;by the way, SEP which filesystems do u recommend to be RAID 1/5 ?&lt;BR /&gt;&lt;BR /&gt;and is it possible to create 'Raid 1+5' ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Sat, 18 Feb 2006 13:13:18 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2006-02-18T13:13:18Z</dc:date>
    <item>
      <title>which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960814#M46748</link>
      <description>which one is faster RAID-1 or RAID-5 ?&lt;BR /&gt;&lt;BR /&gt;which one is best for /var, /usr, /opt, and /home... Raid 1 or 5 ?&lt;BR /&gt;which one is best for /var/log... Raid 1 or 5 ?&lt;BR /&gt;which one is best for /var/log/maillog... Raid 1 or 5 ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 12:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960814#M46748</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-02-17T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960815#M46749</link>
      <description>&amp;gt;which one is best for /var/log... Raid 1 or 5 ? -- Plz Dont Consider this Line&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 12:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960815#M46749</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-02-17T12:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960816#M46750</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;For the above mentioned files, it makes no difference at all. Those files are sequential access writes and are not edited or changed like a database.&lt;BR /&gt;&lt;BR /&gt;On  strictly performance database, Raid 1 is going to complete its writes faster than Raid 5, becuase physically the data needs to be written into more places Raid 5.&lt;BR /&gt;&lt;BR /&gt;Any write intensive environment is going to get a performanc boost from Raid 1. The above mentioned files are simply not going to benefit that much.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 17 Feb 2006 14:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960816#M46750</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-17T14:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960817#M46751</link>
      <description>Unfortunately, it is not possible to reply with a single number, because one can construct I/O patterns for either RAID level to look 'better'.&lt;BR /&gt;&lt;BR /&gt;On a modern storage controller with writeback cache there is often no big difference, so this is rather a cost/ maintanance decision.&lt;BR /&gt;&lt;BR /&gt;- a RAID-1/RAID-0 set requires more disks than a RAID-5 set of equivalent size, so is less cost-effective&lt;BR /&gt;&lt;BR /&gt;- a multiple-disk RAID-5 can provide better read performance than a 2-disk RAID-1&lt;BR /&gt;&lt;BR /&gt;- a set of striped mirrors is easier to rebuild, because it only has to deal with two disks, while a RAID-5 rebuild often requires reading from all disks</description>
      <pubDate>Fri, 17 Feb 2006 14:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960817#M46751</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-02-17T14:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960818#M46752</link>
      <description>Thanks Dear Gurus for the nice help ;).&lt;BR /&gt;&lt;BR /&gt;by the way, SEP which filesystems do u recommend to be RAID 1/5 ?&lt;BR /&gt;&lt;BR /&gt;and is it possible to create 'Raid 1+5' ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sat, 18 Feb 2006 13:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960818#M46752</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-02-18T13:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960819#M46753</link>
      <description>I'm a fan of ReiserFS, as I've had little problems with it, and it's working quite well for me for a few hundred GB of storage space.&lt;BR /&gt;&lt;BR /&gt;EXT3 is also an excellant choice, very stable.&lt;BR /&gt;&lt;BR /&gt;1+5?  Striping over mirrored pairs?  It's not really an efficient way of using the available disk space, but if you're willing to use disks in such a manner, then there's things like raid 15 and 51.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pcguide.com/ref/hdd/perf/raid/levels/mult.htm" target="_blank"&gt;http://www.pcguide.com/ref/hdd/perf/raid/levels/mult.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There's a decent discussion about the different netsted RAID levels here.&lt;BR /&gt;&lt;BR /&gt;I'd suggest you look closer at raid 10 however, more efficient use of space, with good throughput.</description>
      <pubDate>Sat, 18 Feb 2006 17:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960819#M46753</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-02-18T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960820#M46754</link>
      <description>Thanks Dear Stuart Browne for nice help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Feb 2006 03:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960820#M46754</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-02-19T03:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960821#M46755</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;Typically, /var, /usr, /opt, /home, and even /var/log/ will be either very random read/writes or such small block I/O that your RAID controller (assuming you're using hardware RAID) will not really be able to recognise their I/O as sequential.&lt;BR /&gt;&lt;BR /&gt;So, RAID-1 is probably your best choice; RAID-10 would be better.&lt;BR /&gt;&lt;BR /&gt;This is because RAID-5 is slower at small-block random writes.&lt;BR /&gt;&lt;BR /&gt;However, I believe that RAID-5 provides a very good cost/performance balance, so it will typically be a good choice for most systems.  If you really have a need for speed, the cost of a few more disks for use in a RAID-10 is worth the extra $$.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Sun, 19 Feb 2006 08:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960821#M46755</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2006-02-19T08:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960822#M46756</link>
      <description>On Linux, I exclusively use ext3. It has many of the same journaling capabilities that make JFS/vxfs stable on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Journaled fielsystems are best able to recover from sudden system halts.&lt;BR /&gt;&lt;BR /&gt;I don't mix Raid 1 and 5 by choice. I think that gives the worst of both worlds. Raid 10, wish is two mirror copies on top of striping, gives good performance but if I have my choice, I'd prefer two copies on two disks, preferably two controllers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 19 Feb 2006 22:34:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960822#M46756</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-19T22:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960823#M46757</link>
      <description>Raid 1 will be faster if you duplex, but slower if you mirror.</description>
      <pubDate>Tue, 21 Feb 2006 10:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960823#M46757</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-02-21T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960824#M46758</link>
      <description>Raid 1 will be faster if you duplex (assuming a pair of high-speed controllers, of course), but slower if you mirror (with just 1 controller).</description>
      <pubDate>Tue, 21 Feb 2006 10:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960824#M46758</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-02-21T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960825#M46759</link>
      <description>Sorry, Alan, I don't buy such a simple statement. What about a single controller that uses a writeback cache? That is one I/O for the host which is immediately confirmed.</description>
      <pubDate>Tue, 21 Feb 2006 10:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960825#M46759</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-02-21T10:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960826#M46760</link>
      <description>It is a simple statement, based on a whole lot of theory (I forgot to mention that, sorry) and the base definitions.  But, another thing to consider is that RAID1 doesn't have to deal with writing a whole bunch of parity bits like 5 does.&lt;BR /&gt;&lt;BR /&gt;I personally don't see that writeback will make any difference in comparing Raid solutions where it will be either on in all solutions or off in all solutions (if you have it on in 1 solution and off in the competing solution, then shame on you :) ).  In any case, I wouldn't enable writeback in any kind of mission critical I/O solution anyway.&lt;BR /&gt;&lt;BR /&gt;Back to the original poster -- at least for /home, speed better not be the highest concern -- redundancy must be, or you'll have plenty of mad users.  For /var/log, why bother having redundancy?  That would be like doing daily backups of /tmp.</description>
      <pubDate>Tue, 21 Feb 2006 10:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960826#M46760</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-02-21T10:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: which one is faster RAID-1 or RAID-5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960827#M46761</link>
      <description>thanks all for nice help</description>
      <pubDate>Wed, 22 Feb 2006 13:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-faster-raid-1-or-raid-5/m-p/4960827#M46761</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-02-22T13:18:42Z</dc:date>
    </item>
  </channel>
</rss>

