On Monday March 31, lfarkas@bnap.hu wrote: > hi, > I'm just read > http://www.hpl.hp.com/techreports/2002/HPL-2002-352.pdf > may be it's worth to read. an intersting thing about performance (XP, > their user-space raid and than comes kernel raid). It seems from the article, though they don't explicitly say, that they are doing their timing by openning /dev/mdX, and reading/writing on that. I have found myself that that isn't very fast on Linux. Creating a filesystem on the device, and accessing a file on that filesystem is much faster despite the filesysterm overhead. And for myself, I am much more interested in performance of a filesystem than performance of direct IO on /dev/mdX Also, the raid0 layer in Linux is very thin. There is now way it can be adding noticable overhead. If there are any performance problems (and there probably are), they will be in either the block device layer or the memory management layer. And indeed, lots of work has been done in both of these layers in 2.5 so I have no doubt that 2.6 will get very close to raw device speeds for raid0. I think the results are very preliminary and that the authors need to do a lot mo reexploring to understand exactly what is going on, as indeed that suggest they will do. NeilBrown - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html