linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Large File Deletion Comparison (ext3, ext4, XFS)
@ 2007-04-27 13:41 Valerie Clement
  2007-04-27 18:33 ` Theodore Tso
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Valerie Clement @ 2007-04-27 13:41 UTC (permalink / raw)
  To: ext4 development

As asked by Alex, I included in the test results the file fragmentation 
level and the number of I/Os done during the file deletion.

Here are the results obtained with a not very fragmented 100-GB file:

                  |     ext3       ext4 + extents      xfs
------------------------------------------------------------
  nb of fragments |     796             798             15
  elapsed time    |  2m0.306s        0m11.127s       0m0.553s
                  |
  blks read       |  206600            6416            352
  blks written    |   13592           13064            104
------------------------------------------------------------


And with a more fragmented 100-GB file:

                  |     ext3       ext4 + extents       xfs
------------------------------------------------------------
  nb of fragments |   20297           19841            234
  elapsed time    | 2m18.914s        0m27.429s      0m0.892s
                  |
  blks read       |  225624           25432            592
  blks written    |   52120           50664            872
------------------------------------------------------------


More details on our web site:
http://www.bullopensource.org/ext4/20070404/FileDeletion.html

    Valérie

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

end of thread, other threads:[~2007-04-27 20:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-27 13:41 Large File Deletion Comparison (ext3, ext4, XFS) Valerie Clement
2007-04-27 18:33 ` Theodore Tso
2007-04-27 20:33   ` Andreas Dilger
2007-04-27 18:51 ` Alex Tomas
2007-04-27 20:38 ` Andreas Dilger
2007-04-27 20:48   ` Alex Tomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).