[ ... ] > On my raid-1 ext3, extracting a kernel archive: [ ... ] > real 0m21.769s [ ... ] > real 2m20.522s > This is of course with delaylog enabled. I don't think a > difference of a factor 7 is normal, given that writing to a > raid-0 (xfs numbers) is supposed to be faster than writing to > raid-1 (ext3 numbers) Indeed, and as some other commenters have tried to explain, in most cases the wrong number is the one for 'ext3' on RAID1 (way too small). Even the number for XFS and RAID0 'delaylog' is a wrong number (somewhat small) in many cases. There are 38000 files in 440MB in 'linux-2.6.38.tar', ~40% of them are smaller than 4KiB and ~60% smaller than 8KiB. Also you didn't flush caches, and you don't say whether the filesystems are empty or full or at the same position on the disk. Can 'ext3' really commit 1900 small files per second (including directory updates) to a filesystem on a RAID1 that probably can do around 100 IOPS? That would be amazing news. Despite decades of seeing it happen, I keep being astonished by how many people (some with decades of "experience") just don't understand IOPS and metadata and commits and caching and who think "performance" is whatever number they can get with their clever "benchmarks". [ ... ] _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs