Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@pdc.kth.se>
Cc: ding@gnus.org
Subject: Re: overview file access when spooling and nnml/nnimap performance
Date: 22 Sep 1999 16:54:29 +0200	[thread overview]
Message-ID: <iluaeqf3ska.fsf@badis.pdc.kth.se> (raw)
In-Reply-To: Hannu Koivisto's message of "22 Sep 1999 16:48:54 +0300"

Hannu Koivisto <azure@iki.fi> writes:

> I thought, some sort of database solution for storing articles would
> perhaps be the right direction.

Yes. nnml is already a step in that direction compared to nnmh.

> This brings us to nnimap.  How's its performance with some good IMAP
> server (does such things exist)?

Nnimap can't be a fast IMAP client compared to other IMAP clients,
because Gnus behaves orthogonal to several concepts used in IMAP to
speed things up. This does not mean that Gnus can't be modified to
work smoother together with nnimap, which I'm sure it will.

If you want numbers, entering a large group (~1000 articles) with
nnimap spend 20 % of the time in nnimap and 80 % in Gnus. For nnml
theese numbers are 1 % / 99 %.

This indicate that if you want better performance, you should spend
your time optimizing Gnus instead of working on a backend. The
bottleneck isn't I/O. A simple step, like moving the "range"
calculations to C (which is on the todo list, I believe) would speed
up things tremendously for very large groups (>10000 articles).


  parent reply	other threads:[~1999-09-22 14:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-22 13:48 Hannu Koivisto
1999-09-22 14:13 ` Kai Großjohann
1999-09-22 15:32   ` Hannu Koivisto
1999-09-22 15:50     ` Kai Großjohann
1999-09-22 17:00       ` Simon Josefsson
1999-09-22 16:52     ` Simon Josefsson
1999-09-22 14:54 ` Simon Josefsson [this message]
1999-09-22 15:58   ` Hannu Koivisto
1999-09-22 16:17     ` Kai Großjohann
1999-09-22 17:08     ` Simon Josefsson
1999-09-22 18:15       ` Hannu Koivisto
1999-10-04 10:27 ` Robert Bihlmeyer

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=iluaeqf3ska.fsf@badis.pdc.kth.se \
    --to=jas@pdc.kth.se \
    --cc=ding@gnus.org \
    /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).