[ ... ] > Odds are long as I believe mbox has a very small user base > today compared to maildir [ ... ] Why? It is a good format and lots and lots of programs default to it. Maildir is the result of the usual "file systems are the optimal DBMS for databases with many small records" attitude. Actually it was designed to avoid locking issues on filesystem with poor locking implementations, for things like spool files with high update rates, not for archiving emails, for which 'mbox' is usually a lot better. > I just thought there may be a tweak in XFS to lessen the > fragmentation effects. The simplest tweak would be write a predictive custom allocator with advising (which is sort of what DaveC said), as nothing else would do. > Maybe it's simply time for me to move to maildir format which > pretty much eliminates fragmentation altogether. HAHAHAHAHAHAHA! Good one. Genius level insight. Just par for the course for many posts to this (and others) mailing list. As a curiosity, how do you square this amazing insight with writing later that: > The main reason I like mbox is the fast full body searching of > mail folders. Doing so with maildir crawls, relatively speaking, > especially for folders with 15k+ emails. This reminds me of the other recent post where some other genius thought that they were sorting the contents of files by changing the order of directory entries and wondered why the result was so slow. [ ... ] _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs