public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ext4/reiser3/btr directory create/read perf
@ 2009-09-27 12:27 wbrana
  2009-09-28 14:29 ` Theodore Tso
  0 siblings, 1 reply; 5+ messages in thread
From: wbrana @ 2009-09-27 12:27 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-09-30 22:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 12:27 ext4/reiser3/btr directory create/read perf wbrana
2009-09-28 14:29 ` Theodore Tso
2009-09-30 19:05   ` wbrana
2009-09-30 19:44     ` wbrana
2009-09-30 22:34       ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox