Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Apple Final Cut Pro Legacy Another hard drive configuration thread

  • Another hard drive configuration thread

    Posted by Justin Raine on November 29, 2010 at 3:51 am

    Sorry to do this, but I’ve been searching and reading in various forums and haven’t quite found a solution to my question.

    For some backstory, I’m currently running FCS3 on an old 2 x 2.66 GHz Mac Pro with 7GB of memory and the ATI Radeon 3870. I edit ProRes 422 coming from Canon 7D H.264. Most of my projects aren’t too extravagant, but every so often I will do a 3-4 camera multicam and/or 30+ minute project.

    I just purchased the Mercury Elite-AL Pro Qx2 and plan on setting up a RAID 5 for my capture scratch, but my first question is: will I see any noticeable increase in performance vs a standard RAID 1 setup on my system? From all my searching I never found an answer to whether the whole ‘super-duper optimized hard drie setup’ actually effects anyone other than very heavy users. Second, if a performance increase is to be seen, is it worth it to go a step further and do the partition + RAID on the four drives to get the maximum speed out of the drives?

    I just read for the first time about keeping your render/cache on a separate drive than your capture scratch. I did a quick search, but couldn’t find anyone else talking about it. Is that a legitimate suggestion?

    Finally, I am awaiting a warranty replacement eSATA card from OWC which will be used with the RAID. Should the mid-level one I’ll likely get from them be good enough or should I get a NewerTech MAXPower eSATA 6G? How does the NewerTech compare to a internal eSATA extender?

    If this is all moot with my current Mac Pro then it’s worth saying that I’ll be upgrading to a 6-core in the near future.

    Thanks for the help.

    Chris Gordon replied 15 years, 5 months ago 4 Members · 5 Replies
  • 5 Replies
  • David Roth weiss

    November 29, 2010 at 5:03 pm

    You’ve been reading, but your understanding of hard drives and RAIDs is not yet on solid ground.

    Striping additional drives to a RAID increases throughput, and throughput increases realtime performance at every level of editing. Adding partitions does not do the same, in fact it tends to diminish performance.

    RAID levels above 0 do not increase performance, they are all different levels of protection. RAID 1 is not a good choice for video editing as it ultimately leaves you with expensive storage that is cut in half in terms of both space and performance. RAID 5 is the ideal protected storage for most users in terms of both space and protection.

    David Roth Weiss
    Director/Editor/Colorist
    David Weiss Productions, Inc.
    Los Angeles
    https://www.drwfilms.com

    POST-PRODUCTION WITHOUT THE USUAL INSANITY ™

    A forum host of Creative COW’s Business & Marketing and Apple Final Cut Pro forums. Formerly host of the Apple Final Cut Basics, Indie Film & Documentary, and Film History & Appreciations forums.

  • Justin Raine

    November 29, 2010 at 7:45 pm

    Thanks for the reply David.

    When I mentioned partitioning it was reference to hard drive speeds on the inside vs the outside of the disk and not using the whole drive in order to increase driver performance – as discussed on this page:

    https://macperformanceguide.com/Storage-WhyYouNeedMoreThanYouNeed.html

    You mention that striping increases throughput which increases performance (understood), but then go to say that RAID levels above 0 don’t increase performance. I think I’m understanding the second bit out of context. Can you explain?

    Any comments on the second set of questions in my original post?

    Justin

  • Steve Eisen

    November 29, 2010 at 7:46 pm

    [Justin Raine] “Should the mid-level one I’ll likely get from them be good enough or should I get a NewerTech MAXPower eSATA 6G”

    Unless you are using the new 6G Sata drives, there is no difference.

    Steve Eisen
    Eisen Video Productions
    Vice President
    Chicago Final Cut Pro Users Group

  • David Roth weiss

    November 29, 2010 at 8:03 pm

    [Justin Raine] “When I mentioned partitioning it was reference to hard drive speeds on the inside vs the outside of the disk”

    Forget about that. No RAID manufacturer I’ve ever seen recommends this. Striping multiple drives together in a RAID configuration is vastly more important, so if additional throughput is important to you, get an enclosure with more drives.

    [Justin Raine] ” but then go to say that RAID levels above 0 don’t increase performance.”

    You seemed to imply in your initial post that higher levels of RAID increase performance. I was telling you that RAID 0 is the highest level of performance possible with a set number of drives. Higher levels of RAID use increasing more disk space for increased levels of protection, thus diminishing overall throughput and performance somewhat.

    Read my review of the CalDigit HDPro2 at https://library.creativecow.net/articles/weiss_roth_david/caldigit-hdpro2.php, it discusses many things related to RAID 5&6 performance.

    David Roth Weiss
    Director/Editor/Colorist
    David Weiss Productions, Inc.
    Los Angeles
    https://www.drwfilms.com

    POST-PRODUCTION WITHOUT THE USUAL INSANITY ™

    A forum host of Creative COW’s Business & Marketing and Apple Final Cut Pro forums. Formerly host of the Apple Final Cut Basics, Indie Film & Documentary, and Film History & Appreciations forums.

  • Chris Gordon

    November 30, 2010 at 3:35 am

    You need to consider a couple of factors in determining what is the “right” configuration:
    – What performance do you need. You really should do some math and figure out what data you’re going to want to support. Look at the data rate of the video streams and the number of streams you’re going to work with simultaneously.
    – How much data protection (if any) do you want? Depending on the number of disks and RAID level chosen, you can survive a different number of drive failures before you lose data
    – How much space do you need? Different RAID levels result in different amounts of usable space.
    – How much money do you want to spend?

    Now for a bit more theory and general comments:

    So what does RAID do for us? You really get 3 things from RAID:
    – Better performance. This comes from striping data across multiple drives. A given disk can handle only so much throughput — both in terms of data rate and in the number of IOPS. By spreading your data across multiple drives, you get increase performance since each drive only has to service a fraction of the total IO work.
    – Increase reliability. This is done by either mirroring or parity. This essentially makes a second copy of your data across your array (or at least the ability to recreate your data). Of course you lose “usable” disk space when doing this.
    – Larger volume size. You may need a volume larger than a disk, so you need to combine several disks into one to give you a big enough volume.

    What are the different RAID levels and what do they mean in practical terms? (See the wikipedia RAID article for more details)
    – RIAD 0: This is a simple stripe across all of your disks. Like David said, for a given number of disks, this gives you the most performance since all disks are contributing to the IO work load. Of course there is redundancy here, so the loss of a single disk kills the entire RAID set.
    – RAID 1: This is simple mirroring of disks. Two disks are (essentially) exact copies of each other. When you write to the volume, each disk writes the same thing. You only get half of the raw space as usable for storage with mirroring.
    – RAID 5: Striped parity (see wikipedia for details). With RAID5, you lose essentially 1 disk worth of storage for parity. A big performance caveat of RAID5 is the parity calculation. Any write you make requires parity to be calculated in addition to performing the actual IO operation. Modifying data also incurs additional performance overhead in that you have to read all of the data in the stripe being modified to perform a new parity calculation. Then you have to write the new data and new parity. You need to make sure your RAID controller (for hardware RAID) can keep up with this.
    – RAID 6: Similar to RAID 5, but with two different parity blocks. This is a common solution to recovery issues with RAID5 arrays (see below).
    – RAID 10: This combines RAID 1 and 0 (also called RAID 1+0). In this scenario you take pairs of disks and mirror (RAID1) them and then create stripe (RAID0) across the mirrored pairs. This gets you the best performance and redundancy at the cost of space. Depending on how nice Mr Murphy is, you could lose half of the disks (just not two in a mirrored pair) and have no data loss.

    In practical terms, you really only see RAID5, 6 and RAID10 for significant data storage with RAID1 hanging around for boot/OS/System drives.

    What happens when a disk dies?
    – RAID 5: You keep running, but with degraded performance. Whenever you have to a block of data that was on the failed disk, you have to recreate that data from parity resulting in some performance degradation. When you replace the failed disk and rebuild the volume, all of the data on all of the disks must be read to either populate the new disk (recalc the parity or recreate the data). This can take a long time and has a performance hit across the entire array. The heavy work placed on the remaining drives in the array can help Mr Murphy appear and give you a second failure during the recovery resulting in loss of data.
    – RAID 6: Similar to RAID5, but you have a second parity bit and can suffer 2 disk failures before data loss vs the 1 disk in RAID5.
    – RAID 10: When you lose a disk, you keep running without any degradation in performance. The rebuild only requires reading from 1 other disk and no parity or other calculations, resulting in a faster recovery. The performance of the array during the rebuild is only for data on the mirror set being rebuilt — you may have IO contention on that one disk since it’s being read for the rebuild.

    My preferences (take as you like):
    – I don’t like RAID5 with disks bigger than 1 TB. Too many vendors and storage experts I work with consider the double failure too likely. I also don’t like that the performance degradation during recovery and long recovery times. Of course I see a lot of people on these forums happily using RAID5 and I see a lot of video specific storage vendors proposing it, so I may just be overly conservative.
    – My preference is RAID 10. I get the best performance and recovery and disks are relatively cheap, so total volume isn’t so much of an issue.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy