<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
dean gaudet wrote:<br>
<blockquote
 cite="midPine.LNX.4.63.0509231251440.4021@twinlark.arctic.org"
 type="cite">
  <pre wrap="">On Fri, 23 Sep 2005, Marc Perkel wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Just curious - have any of you tried the ReiserFS file system with Maildir? I
would think that it should make maildir a lot faster and more efficient.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
i think reiser has a lot of cool ideas, but i haven't tried it.

even with reiser you need to move away from the POSIX API to make a huge 
dent in the scalability of maildirs... you need to start amortizing 
multiple file operations per system call for one thing.  (and there is a 
sys_reiser or something proposed for this, but i haven't looked at it).  
but that still doesn't help all the dcache and inode cache overhead in the 
kernel... and backup systems will still continue to blow chunks when 
presented with 100Ms of inodes...

-dean

  </pre>
</blockquote>
Reiser doesn't use INodes and appears to have infinite inodes. I've
never used maildir but if I did I'd want to use Reiser on it because
that's where Reiser is supposed to really gain.<br>
<pre class="moz-signature" cols="80">-- 
Marc Perkel - <a class="moz-txt-link-abbreviated" href="mailto:marc@perkel.com">marc@perkel.com</a>

Spam Filter: <a class="moz-txt-link-freetext" href="http://www.junkemailfilter.com">http://www.junkemailfilter.com</a>
    My Blog: <a class="moz-txt-link-freetext" href="http://marc.perkel.com">http://marc.perkel.com</a>
</pre>
</body>
</html>