Re: Error with contrib/notmuch-pick
[notmuch-archives.git] / 07 / 2fea82a0f12cc80c6ab9a25406a38274b1de3e
1 Return-Path: <stewart@flamingspork.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 2B5E8429E20\r
6         for <notmuch@notmuchmail.org>; Sat, 29 Jan 2011 15:49:13 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.804\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.804 tagged_above=-999 required=5\r
12         tests=[DATE_IN_PAST_12_24=0.804] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id uNY04pn8UIFO for <notmuch@notmuchmail.org>;\r
16         Sat, 29 Jan 2011 15:49:10 -0800 (PST)\r
17 X-Greylist: delayed 353 seconds by postgrey-1.32 at olra;\r
18         Sat, 29 Jan 2011 15:49:10 PST\r
19 Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
20         [74.207.245.61])\r
21         by olra.theworths.org (Postfix) with ESMTP id A4903431FB6\r
22         for <notmuch@notmuchmail.org>; Sat, 29 Jan 2011 15:49:10 -0800 (PST)\r
23 Received: from willster (localhost [127.0.0.1])\r
24         by kaylee.flamingspork.com (Postfix) with ESMTPS id 53E7C6079;\r
25         Sat, 29 Jan 2011 23:40:29 +0000 (UTC)\r
26 Received: by willster (Postfix, from userid 1000)\r
27         id 5AA77C415; Sat, 29 Jan 2011 11:05:03 +1000 (EST)\r
28 From: Stewart Smith <stewart@flamingspork.com>\r
29 To: micah anderson <micah@riseup.net>, Thomas Schwinge <thomas@schwinge.name>,\r
30         notmuch@notmuchmail.org\r
31 Subject: Re: notmuch's idea of concurrency / failing an invocation\r
32 In-Reply-To: <8762taxk9y.fsf@algae.riseup.net>\r
33 References: <87fwsetdin.fsf@kepler.schwinge.homeip.net>\r
34         <8762taxk9y.fsf@algae.riseup.net>\r
35 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.1.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Sat, 29 Jan 2011 11:05:03 +1000\r
38 Message-ID: <87y664zfi8.fsf@flamingspork.com>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sat, 29 Jan 2011 23:49:13 -0000\r
54 \r
55 On Thu, 27 Jan 2011 13:40:25 -0500, micah anderson <micah@riseup.net> wrote:\r
56 > Due to my harddisk in my laptop being slow (5400RPM), my notmuch\r
57 > database growing, and perhaps some fragmentation somewhere, this has\r
58 > become *incredibly* annoying for me. I am checking email every 30\r
59 > minutes, and I'm nicing and ionicing the processes so I can use my\r
60 > machine, but while those processes are running, I'm effectively locked\r
61 > out of a good portion of my email. \r
62 \r
63 I used to use spinning rust and also noticed things were slow. This\r
64 is in fact mostly not xapian - but rather crawling the Maildir. I\r
65 improved this early on in notmuch history by reducing the number of\r
66 seeks needed when traversing the Maildir hierarchy (e.g. stat in\r
67 i-node order, which is roughly on-disk order).\r
68 \r
69 I'm about at the point where I'm going to take my git mail store\r
70 experiments and get them really to work (and everyone will have to use\r
71 'notmuch cat' or the like to access the messages) which should provide\r
72 both great storage efficiency, much faster backups of your Maildir as\r
73 well as having way fewer paths to traverse checking for new mail.\r
74 \r
75 -- \r
76 Stewart Smith\r