notmuch-hello buffer slow doe to slow query
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>
Fri, 11 Apr 2014 10:22:19 +0000 (12:22 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:01:28 +0000 (10:01 -0800)
5d/a19d37e355e77d53bde5bf2523c2f71cf615e2 [new file with mode: 0644]

diff --git a/5d/a19d37e355e77d53bde5bf2523c2f71cf615e2 b/5d/a19d37e355e77d53bde5bf2523c2f71cf615e2
new file mode 100644 (file)
index 0000000..538d16c
--- /dev/null
@@ -0,0 +1,102 @@
+Return-Path: <nils@dieweltistgarnichtso.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0EA48431FAF\r
+       for <notmuch@notmuchmail.org>; Fri, 11 Apr 2014 03:55:50 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.01\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.01 tagged_above=-999 required=5\r
+       tests=[T_MIME_NO_TEXT=0.01] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 9qn-H5eQiaVB for <notmuch@notmuchmail.org>;\r
+       Fri, 11 Apr 2014 03:55:41 -0700 (PDT)\r
+X-Greylist: delayed 1988 seconds by postgrey-1.32 at olra;\r
+       Fri, 11 Apr 2014 03:55:41 PDT\r
+Received: from mail.tiggerswelt.net (mail.tiggerswelt.net [94.186.151.130])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 7450D431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 11 Apr 2014 03:55:41 -0700 (PDT)\r
+Received: from localhost (xdsl-78-35-206-77.netcologne.de [78.35.206.77])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by mail.tiggerswelt.net (Postfix) with ESMTP id D24A73D26\r
+       for <notmuch@notmuchmail.org>; Fri, 11 Apr 2014 12:24:09 +0200 (CEST)\r
+From: Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: notmuch-hello buffer slow doe to slow query\r
+User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/23.4.1\r
+       (i486-pc-linux-gnu)\r
+Date: Fri, 11 Apr 2014 12:22:19 +0200\r
+Message-ID: <874n20go84.fsf@dieweltistgarnichtso.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\r
+X-Mailman-Approved-At: Fri, 11 Apr 2014 04:06:51 -0700\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 11 Apr 2014 10:55:50 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+Hello,\r
+\r
+If notmuch-hello includes a saved search with a slow query, switching to\r
+a notmuch-hello buffer is very slow due to notmuch-mode updating counts\r
+for search results. mjw1009 suggested "(setq notmuch-hello-auto-refresh\r
+nil)", which stops the counting and works around the problem.\r
+\r
+Fundamentally, the problem is a slow query. On my laptop (Thinkpad T60),\r
+many things are pretty much instant, even though I have a HDD, no SSD:\r
+\r
+> ; time notmuch count 'tag:inbox and tag:list'\r
+> 25452\r
+> 0.02user 0.00system 0:00.03elapsed 72%CPU (0avgtext+0avgdata 3852maxresid=\r
+ent)k\r
+> 0inputs+0outputs (0major+1135minor)pagefaults 0swaps\r
+\r
+However, from-queries take their time:\r
+\r
+> ; time notmuch count 'not tag:replied and to:nils@dieweltistgarnichtso.ne=\r
+t'\r
+> 5328\r
+> 0.10user 0.15system 0:14.14elapsed 1%CPU (0avgtext+0avgdata 3472maxreside=\r
+nt)k\r
+> 157544inputs+0outputs (0major+1039minor)pagefaults 0swaps\r
+\r
+mjw1009 can reproduce if the from-query contains an "@" and thinks the\r
+problem may be "something deeper down in notmuch (actually probably in\r
+xapian)".\r
+\r
+\r
+Greetings,\r
+=2D-=20\r
+Nils Dagsson Moskopp // erlehmann\r
+<http://dieweltistgarnichtso.net>\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1\r
+\r
+iF4EAREIAAYFAlNHwlsACgkQZGjbY/Ag5QlLkQEA3zmzUVRUJD6g03fDa1JYb3HT\r
+RyqmHehNr3Sz1C6Et7MBANJsIFZ+MTXHVuCZnmH0SSrAOoqGlD6UOecruETHp404\r
+=Ot1v\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r