Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: Maildir backend
Date: Wed, 13 Mar 2002 13:03:27 -0500	[thread overview]
Message-ID: <m36640ny4a.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <87r8mo1ifu.fsf@squeaker.lickey.com> (Matt Armstrong's message of "Wed, 13 Mar 2002 10:33:25 -0700")

Matt Armstrong <matt@lickey.com> wrote:
> Have you considered placing NOV data in a single .overview file like
> nnml?

nnmaildir used to do that.

> What is the advantage to keeping nov data in separate files?

Historically, one of the reasons I made that change was so that you
could remove an individual NOV file to force nnmaildir to reparse the
message itself.  You can still do that, but it's no longer necessary.
The message is now automatically reparsed when either it or
nnmail-extra-headers has changed.

More recently, there were some speed changes to nnml, having to do
with having to load and parse the entire .overview file to find just
one line.  nnmaildir punts to the filesystem; the kernel parses the
directory file to find the entry we're looking for.  The kernel has
the ability to organize the directory in such a way that it won't have
to read the whole thing linearly, so there's an opportunity to beat
nnml there.  (It's too bad the opportunity is so often missed.)  nnml
also has the disadvantage of wading through all the information for
all the articles, rather than just identifiers and pointers to the
identified information.  And it's all in text format.

> Neither nnml nor nnmailder are probably the best tool for storing
> HUGE mail folders.

Probably true at least for traditional filesystems.


paul



  reply	other threads:[~2002-03-13 18:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-06  9:31 Jérôme Marant
2002-03-06 16:40 ` Paul Jarc
2002-03-07  8:56   ` Jérôme Marant
2002-03-07 18:00     ` Paul Jarc
2002-03-07 18:00     ` Paul Jarc
2002-03-08 12:11       ` Jérôme Marant
2002-03-08 16:37         ` Paul Jarc
2002-03-08 16:37         ` Paul Jarc
2002-03-12  9:41           ` Jérôme Marant
2002-03-12 14:30             ` Paul Jarc
2002-03-13 10:51               ` Jérôme Marant
2002-03-13 16:26                 ` Paul Jarc
2002-03-13 17:33                   ` Matt Armstrong
2002-03-13 18:03                     ` Paul Jarc [this message]
2002-03-08 12:11       ` Jérôme Marant
2002-03-07  8:56   ` Jérôme Marant
2002-03-06 16:40 ` Paul Jarc
2002-03-06  9:31 Jérôme Marant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m36640ny4a.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).