https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230491

--- Comment #15 from Thomas Hurst <[email protected]> ---
As for the use-case, here's the initial report:

> I'm seeing really, *REALLY* bad performance from stat(1) on FreeNAS. Case in 
> point: a `find . -print0 | xargs -0 shasum >file.sha` takes about 7.5h on 
> dirtree with 1.9TiB and 24.5M
>
> while a `find . -print0 | xargs -0 stat -f '%d %i %#p %l %u %g %r %z %a %m %c 
> %B %k %b %f %N%SY' >file.stat` takes 21 hours
>
> almost TRIPLE the time for reading just the metadata versus reading ALL THE 
> DATA, seems really weird!

Seems like they were making a catalogue of the metadata of a large set of small
files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to