From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 16:35:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFD301065678 for ; Sun, 9 Nov 2008 16:35:58 +0000 (UTC) (envelope-from dan-freebsd-questions@ourbrains.org) Received: from ourbrains.org (li48-221.members.linode.com [66.246.76.221]) by mx1.freebsd.org (Postfix) with SMTP id 77B6F8FC22 for ; Sun, 9 Nov 2008 16:35:58 +0000 (UTC) (envelope-from dan-freebsd-questions@ourbrains.org) Received: (qmail 4248 invoked by uid 1000); 9 Nov 2008 16:09:17 -0000 Date: Sun, 9 Nov 2008 11:09:17 -0500 From: Dan To: freebsd-questions@freebsd.org Message-ID: <20081109160917.GA4223@ourbrains.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <50261.1226194851@people.net.au> <20081109024046.GB27423@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081109024046.GB27423@icarus.home.lan> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: UFS2 limits X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2008 16:35:59 -0000 Jeremy Chadwick(koitsu@FreeBSD.org)@2008.11.08 18:40:46 -0800: > I don't want to change the topic of discussion, but I *highly* recommend > you ***stop*** whatever it is you're doing that is creating such a > directory structure. Software which has to iterate through that > directory using opendir() and readdir() will get slower and slower as > time goes on. On a related note there are filesystems that handle many files/directories very quickly. They use alternate tree data structures that behave quicker. ReiserFS is one of them. I believe XFS does quite well too. FreeBSD should have adapted XFS in addition to ZFS. ZFS is a resource monster. Shame, really. XFS is freely available in Linux for a number of years. Hammer, the new FS for FreeBSDs is available for DragonflyBSD.