Is 10Gb actually realistic?


Recommended Posts

This video shows Linus and his somewhat ridiculous file server.

 

Although the capacity is something I don't need (at least at the moment), the read/write speeds have me very interested.

 

In contrast to, say, RAID5 (which I currently use and am contemplating migrating away from) where a file is striped across multiple disks (meaning they can work together to boost their performance), unraid stores a given file on one drive (plus parity), and so any read or write speed is going to be limited by the performance of that drive, right? So how is it possible to reach those sorts of speeds on one file (he had a single ~80gb test file) on spindle disks?

 

I tend to use cheaper disks (the "I" in RAID), so one of my major concerns with switching to something like unraid is performance...

Link to comment

Due to parity updates, it will always be slower than single disk speed for writing to the array. Same as single disk speed for reading from the array.

 

But, since each disk is an independent filesystem, each disk can be read independently on any linux. If you lose more disks than parity can recover, you haven't lost everything as in RAID.

 

Also, since each disk is an independent filesystem, you can mix different sized disks in the array, and easily add disks without rebuilding the array, and easily replace disks with larger disks.

 

Unraid is not RAID for good reasons. You trade speed for these other benefits.

 

Also, as seen in that video, faster storage is available in cache pool. And recent betas support multiple fast pools.

  • Thanks 1
Link to comment

Oh of course. The comment I made was not disregarding unraid as an option - I'm just trying to understand its limitations. It's easy to find information about the benefits - but getting a list of up-to-date limitations is not as easy.

 

Though it would be nice if there was a way to set specific shares to hold multiple copies of a file on different disks, to boost read performance (and boost resiliency)...

Link to comment

Parity is realtime, cache is not.

 

In fact, there is no requirement for cache to get flushed to the array. Cache is just additional (and differently managed) storage. One of the features of Unraid is the Mover, which will move files from cache to array for those shares set to cache-yes, and it can even move files from array to cache for those shares set to cache-prefer. Or Mover will ignore files for cache-no or cache-only shares. Mover runs on schedule, default is daily in the middle of the night.

 

It is typical to set things up so some things stay on faster cache, such as dockers and VMs.

 

Files for a user share on cache are part of the user share just as files on the array are. Files typically will not exist on cache and array at the same time, though you could force this by working directly with the disks, in which case, files on cache have priority when accessing the user share.

 

Here are some more details about the various cache settings for each user share:

 

  • Thanks 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.