Gnus development mailing list
 help / color / mirror / Atom feed
From: Jason L Tibbitts III <tibbs@hpc.uh.edu>
Subject: Re: Huge groups
Date: 20 Jan 1998 03:29:19 -0600	[thread overview]
Message-ID: <ufag1mj7ats.fsf@sina.hpc.uh.edu> (raw)
In-Reply-To: Steinar Bang's message of 20 Jan 1998 08:39:33 +0100

>>>>> "SB" == Steinar Bang <sb@metis.no> writes:

SB> A faster backend? Are there some formats that could be used? Isn't the
SB> qmail native format supposed to be fast? (at least according to Dan
SB> Bernstein...)

Well, I think it would be hard to get much faster than nnml.  You could
have something like nnfolder but keep an overview file that stores byte
offsets within the folder for each message, so it's one open and one seek
to grab a message.  (I use this format in an archiver I'm working with.)

But the question here is how to handle tens of thousands of messages, when
even the overhead of loading the overview file is too much.  The solution
is, of course, a database, but a simpler solution would be to just split
the messages up into smaller collections and optimize the common operations
to only deal with one piece of the collection.

I suppose this is easy enough to do manually in the cases where it is
really needed.  The only place where it can't be done is with the list
archive (which is why I brought the idea up ages ago).  The solution to
that was the ding-list-recent archive, accomplished through procmail
trickery.

 - J<


  reply	other threads:[~1998-01-20  9:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-20  4:01 Matt Simmons
1998-01-20  4:19 ` SL Baur
1998-01-20  7:15 ` Jason L Tibbitts III
1998-01-20  7:39   ` Steinar Bang
1998-01-20  9:29     ` Jason L Tibbitts III [this message]
1998-01-21 14:32       ` Stefan Waldherr
1998-01-21 14:48         ` Hrvoje Niksic
1998-01-22 10:31         ` jari.aalto
1998-02-08 15:22           ` Re: Lars Magne Ingebrigtsen
1998-01-20 10:32   ` Huge groups Jan Vroonhof
1998-01-21  0:58     ` Jason L Tibbitts III
1998-01-21 12:59       ` Steinar Bang
1998-01-22 11:28         ` Lars Syrstad
1998-01-22 16:38           ` Steinar Bang
1998-01-23 10:38             ` Lars Syrstad
1998-01-23 15:34               ` Steinar Bang
1998-02-08 15:24               ` Lars Magne Ingebrigtsen
1998-01-22 18:41         ` David Aspinwall

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=ufag1mj7ats.fsf@sina.hpc.uh.edu \
    --to=tibbs@hpc.uh.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).