DragonFly kernel List (threaded) for 2007-02
DragonFly BSD
DragonFly kernel List (threaded) for 2007-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Initial filesystem design synopsis - indexing


From: "Thomas E. Spanjaard" <tgen@xxxxxxxxxxxxx>
Date: Mon, 26 Feb 2007 17:47:10 +0000

Matthew Dillon wrote:
My intention is to use a radix of either 8 or 16, depending on how the

Order ;). Do you intend to allocate the leaf nodes right after eachother as well, to take the most advantage of the linked list behavour (assuming the trees grow large)?


    are basically I/O bound entities.  I had very good luck using this
    sort of structure in the Backplane Database so I am fairly confident
    that it will scale even unto directories with millions of files in
    them.

Yeah, B+ trees are a proven technology for indexes on slow media.


Cheers,
--
        Thomas E. Spanjaard
        tgen@netphreax.net

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]