Gnus development mailing list
 help / color / mirror / Atom feed
From: Hrvoje Niksic <hniksic@srce.hr>
Subject: Re: Holes in article sequence
Date: 07 Jul 1999 04:27:01 +0200	[thread overview]
Message-ID: <874sjhjitm.fsf@pc-hrvoje.srce.hr> (raw)
In-Reply-To: =?iso-8859-1?q?Fran=E7ois?= Pinard's message of "06 Jul 1999 21:13:18 -0400"

François Pinard <pinard@iro.umontreal.ca> writes:

> I've often seen complaints about inefficiencies induced by big holes
> in the sequence of read article numbers, but I do not know the deep
> reason behind such inefficiencies.  Would someone accept to
> enlighten me?

The one inefficiency I know of is when you use total-expiry and nnml.
Because of the way total expiry works, Gnus has to stat all the files
in the article range, and delete the ones that should be deleted
(usually those older than N days.)

Now, if you have a big hole in your article range -- e.g. your article
range is 128 - 12300 because you ticked article no. 128 -- total
expiry will stat tens of thousands of non-existant files every time 
you leave the group.  That tends to get a bit slow.

The correct solution would be to expand Gnus' concept of "active
range" to be a list of ranges instead of a single range.  Then
total-expiry could work sanely.  David Moore had interesting ideas
about this, but he disappeared before doing anything.


  reply	other threads:[~1999-07-07  2:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-07  1:13 François Pinard
1999-07-07  2:27 ` Hrvoje Niksic [this message]
1999-07-07 17:49   ` Rob Browning
1999-07-09 17:06   ` Lars Magne Ingebrigtsen
1999-07-09 17:11     ` Kai.Grossjohann
1999-07-09 18:20       ` Lars Magne Ingebrigtsen
1999-07-09 17:25     ` François Pinard
1999-07-09 18:26       ` Lars Magne Ingebrigtsen
1999-07-09 22:34         ` Kai.Grossjohann
1999-07-11  9:03           ` Lars Magne Ingebrigtsen
1999-07-12  3:02         ` Hrvoje Niksic
1999-08-27 17:21           ` Lars Magne Ingebrigtsen
1999-08-28 17:55           ` Jan Vroonhof
     [not found]           ` <m3yaexdtre.fsf@quimb <byemgnx00v.fsf@bolzano.math.ethz.ch>
1999-09-25  6:45             ` Lars Magne Ingebrigtsen
1999-07-12 21:16         ` jonkv
1999-07-11 14:13   ` Hallvard B Furuseth

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=874sjhjitm.fsf@pc-hrvoje.srce.hr \
    --to=hniksic@srce.hr \
    /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).