Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: slow nnimap moves due do many SELECTs
Date: Wed, 22 Sep 2010 09:19:47 -0500	[thread overview]
Message-ID: <87lj6tg8sc.fsf@lifelogs.com> (raw)

Moving N articles results in:

09:00:37 190 SELECT "INBOX"
09:00:37 191 UID FETCH 274385 BODY.PEEK[]
09:00:37 192 UID COPY 274385 "INBOX.ding"
09:00:37 193 UID STORE 274385 +FLAGS.SILENT (\Deleted)
09:00:37 194 UID EXPUNGE 274385
09:00:37 195 SELECT "INBOX.ding"
09:00:37 196 UID SEARCH HEADER Message-Id "<87tylhhpie.fsf@lifelogs.com>"

09:00:52 197 SELECT "INBOX"
09:00:52 198 UID FETCH 274377 BODY.PEEK[]
09:00:52 199 UID COPY 274377 "INBOX.ding"
09:00:52 200 UID STORE 274377 +FLAGS.SILENT (\Deleted)
09:00:52 201 UID EXPUNGE 274377
09:00:52 202 SELECT "INBOX.ding"
09:00:53 203 UID SEARCH HEADER Message-Id "<87r5gmoriu.fsf@andy.bu.edu>"

etc. for each article.  Can than be optimized to switch mailboxes only
once?

Thanks
Ted




             reply	other threads:[~2010-09-22 14:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-22 14:19 Ted Zlatanov [this message]
2010-09-22 16:53 ` Lars Magne Ingebrigtsen
2010-09-22 17:09   ` Michael Welsh Duggan
2010-09-22 17:17     ` Lars Magne Ingebrigtsen
2010-09-22 17:52       ` Michael Welsh Duggan
2010-09-22 17:57         ` Lars Magne Ingebrigtsen
2010-09-28 13:30           ` Ted Zlatanov
2010-09-29 21:46             ` Lars Magne Ingebrigtsen
2010-09-30 15:50               ` Ted Zlatanov
2010-09-30 16:35                 ` Lars Magne Ingebrigtsen
2010-09-30 16:43                   ` Lars Magne Ingebrigtsen
2010-09-30 18:11                     ` Ted Zlatanov
2010-09-30 18:16                       ` Lars Magne Ingebrigtsen
2010-09-30 16:54                   ` Ted Zlatanov
2010-09-30 17:02                     ` Lars Magne Ingebrigtsen
2010-09-30 15:22             ` Austin F. Frank
2010-09-22 17:25     ` Ted Zlatanov

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=87lj6tg8sc.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --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).