Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2001 09:45:52 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Stan Brown <stanb@panix.com>
Cc:        Free BSD Questions list <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Alternative filesytems?
Message-ID:  <20011114154551.GB76705@dan.emsphone.com>
In-Reply-To: <200111141146.fAEBktp23500@panix1.panix.com>
References:  <200111141146.fAEBktp23500@panix1.panix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 14), Stan Brown said:
> I was wondering if any of the alternative filesystems curently being
> developed for Linux had been ported to FreeBSD?
> 
> I have an application for storing 10's of thousands of image files in
> the same directory, and am seeinf (of cource) absyml preformance. I
> here Reiserfs (sp) will handle this mutch better for instance.
> 
> Sugestions?

First, try rebuilding your kernel with

options UFS_DIRHASH

, which will speed up access to files in large directories.

If that doesn't work, the standard solution is to create
subdirectories.  Going to a /f/i/filename.jpg scheme on 100000 files
would take your files-per-directory average down to 150.

-- 
	Dan Nelson
	dnelson@allantgroup.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011114154551.GB76705>