Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] how to tune reiser4 for millions of files?
- Date: Thu, 28 Jan 2010 15:09:15 +0100
- From: Francois Cartegnie <fcartegnie@example.com>
- Subject: Re: [tlug] how to tune reiser4 for millions of files?
- References: <20100128073847.GH13095@example.com> <20100128095957.GB24344@example.com> <20100128132701.GI13095@example.com>
- User-agent: KMail/1.12.2 (Linux/2.6.31.5-desktop-1mnb; KDE/4.3.2; x86_64; ; )
Le jeudi 28 janvier 2010, Michal Hajek a écrit : > > My attention is more on the hw or system side of the problem. That is, > can I do something with the system (OS, hw..etc.) to speed things up? Hi, As Curt told you, you're looking for inode attributes but the file indexing hash is just based on names. Reiser will be fast accessing a file in a large directory assuming you already know that filename (ie the hash). Sequentially browsing all files will always be slow (and slowest with that B-tree than just a list). If you're looking for a small subset of inodes or want to only retrieve their attributes, give a try to the highly experimental (anyone said as much as reiser4?) Mysqlfs. This is a really slow filesystem but as all inodes properties will be stored in the database it will allow inodes attributes side querying. (and index optimizations as well) Francois
- References:
- [tlug] how to tune reiser4 for millions of files?
- From: Michal Hajek
- Re: [tlug] how to tune reiser4 for millions of files?
- From: Curt Sampson
- Re: [tlug] how to tune reiser4 for millions of files?
- From: Michal Hajek
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] how to tune reiser4 for millions of files?
- Next by Date: Re: [tlug] how to tune reiser4 for millions of files?
- Previous by thread: Re: [tlug] how to tune reiser4 for millions of files?
- Next by thread: Re: [tlug] how to tune reiser4 for millions of files?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links