Re: very large directories

From: Matti Aarnio (matti.aarnio@sonera.fi)
Date: Tue Feb 29 2000 - 09:56:00 EST


On Tue, Feb 29, 2000 at 09:16:52AM -0500, nbecker@fred.net wrote:
> Sorry, I wasn't very clear. I mean that after the program is done
> creating all these files, that any operations on the files are
> extremely slow. At this time the disk activity has stopped.
>
> I suspect the answer is that the data structures used to represent
> directories are not well suited to efficient operations on extremely
> large directories, but I was just curious.

        Indeed they aren't. The more you have filenames in the
        directory, the slower the search will be. On overall it
        will be in order of O(n^2) where n is number of filenames.

        There has been talk about having B-tree on-disk datastructures
        for directory processing. Nothing visible of it yet.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 29 2000 - 21:00:22 EST