ext4/reiser3/btr directory create/read perf

From: wbrana
Date: Sun Sep 27 2009 - 08:28:13 EST


Hello,

I executed benchmark which creates and reads 10000 directories.
It is much slower with ext4 than with reiser3 or btrfs.

ext4 without dir_index
void cfs::vdirs_create(): 7754 msec
void cfs::vdirs_read(): 3363 msec

reiser3
void cfs::vdirs_create(): 1173 msec
void cfs::vdirs_read(): 421 msec

btrfs
void cfs::vdirs_create(): 1331 msec
void cfs::vdirs_read(): 567 msec

MD RAID10-f2, 64 kB chunk size

Source code:
http://www.sendspace.com/file/bconaa
depends on Qt Core, has hard-coded paths
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/