Re: Ext2 directory index: ALS paper and benchmarks

Hans Reiser (reiser@namesys.com)
Fri, 07 Dec 2001 13:54:27 +0300


Cameron Simpson wrote:

>On Thu, Dec 06, 2001 at 06:41:17AM +0300, Hans Reiser <reiser@namesys.com> wrote:
>| Have you ever seen an application that creates millions of files create
>| them in random order?
>
>I can readily imagine one. An app which stashes things sent by random
>other things (usenet/email attachment trollers? security cameras taking
>thouands of still photos a day?). Mail services like hotmail. with a
>zillion mail spools, being made and deleted and accessed at random...
>

Ok, they exist, but they are the 20% not the 80% case, and for that
reason preserving order in hashing is a legitimate optimization.

>
>
>| Applications that create millions of files are usually willing to play
>| nice for an order of magnitude performance gain also.....
>
>But they shouldn't have to! Specificly, to "play nice" you need to know
>about the filesystem attributes. You can obviously do simple things like
>a directory hierachy as for squid proxy caches etc, but it's an ad hoc
>thing. Tuning it does require specific knowledge, and the act itself
>presumes exactly the sort of inefficiency in the fs implementation that
>this htree stuff is aimed at rooting out.
>
>A filesystem _should_ be just a namespace from the app's point of view.
>Needing to play silly subdir games is, well, ugly.
>

Subdir games won't help you if the names are random ordered.

If names are truly random ordered, then the only optimization that can
help is compression so as to cause the working set to still fit into RAM.

Compression will be sometime later than Reiser4, unless an unexpected
sponsor comes along, but we will do it eventually.

Hans

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