On Sun, Jan 20, 2008 at 02:24:46PM -0600, Moshe Yudkowsky wrote:
> Question: with the same number of physical drives,  do I get better  
> performance with one large md-based drive, or do I get better  
> performance if I have several smaller md-based drives?

No expert here, but my opinion:
  - md code works better if it's only one array per physical drive,
    because it keeps statistics per array (like last accessed sector,
    etc.) and if you combine two arrays on the same drive these
    statistics are not exactly true anymore
  - simply separating 'application work areas' into different
    filesystems is IMHO enogh, no need to separate the raid arrays too
  - if you download torrents, fragmentation is a real problem, so use a
    filesystem that knows how to preallocate space (XFS and maybe ext4;
    for XFS use xfs_io to set a bigger extend size for where you
    download)

regards,
iustin
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to