On Mon, 21 May 2001, Jordan Hubbard wrote:
> > c) A filesystem that will be fast in light of tens of thousands of
> > files in a single directory (maybe even hundreds of thousands)
>
> I think we can more than hold our own with UFS + soft updates. This
> is another area where you need to get hard numbers from the Linux
> folks. I think your assumption that "Linux handles this effectively"
> is flawed and I'd like to see hard numbers which prove otherwise;
> you should demand no less.
Also point out the reliability factor here which is a bit harder to point
to a magic number and "See, we *are* better!" ext2 runs async by default
which can lead to nasty filesystem corruption in the event of a power
loss. With softupdates, the filesystem metadata will always be in sync and
uncorrupted (barring media failure of course).
-gordon
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message