Re: Flat search and threaded views
[notmuch-archives.git] / 91 / 254ea0e343328d9c4f1a3164920e7b8cfdfd97
1 Return-Path: <mi@kismala.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 8365E431FB6\r
6         for <notmuch@notmuchmail.org>; Thu,  5 May 2011 01:17:20 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 zF7KKVMaLyI7 for <notmuch@notmuchmail.org>;\r
16         Thu,  5 May 2011 01:17:20 -0700 (PDT)\r
17 Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [72.13.95.244])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 15566431FB5\r
21         for <notmuch@notmuchmail.org>; Thu,  5 May 2011 01:17:20 -0700 (PDT)\r
22 Received: from localhost ([127.0.0.1] helo=zsu.kismala.com)\r
23         by imarko.xen.prgmr.com with esmtp (Exim 4.72)\r
24         (envelope-from <mi@kismala.com>)\r
25         id 1QHtkM-0003SA-QJ; Thu, 05 May 2011 01:17:19 -0700\r
26 From: Istvan Marko <notmuch@kismala.com>\r
27 To: Austin Clements <amdragon@mit.edu>\r
28 Subject: Re: storing From and Subject in xapian\r
29 References: <m3sjsv2kw2.fsf@zsu.kismala.com>\r
30         <BANLkTimvs8ttQCL0AK9UrjcxxgaeqQ9fSg@mail.gmail.com>\r
31 Date: Thu, 05 May 2011 01:17:18 -0700\r
32 In-Reply-To: <BANLkTimvs8ttQCL0AK9UrjcxxgaeqQ9fSg@mail.gmail.com> (Austin\r
33         Clements's message of "Wed, 4 May 2011 21:48:39 -0400")\r
34 Message-ID: <m3oc3h36k1.fsf@zsu.kismala.com>\r
35 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 Cc: notmuch@notmuchmail.org\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 05 May 2011 08:17:20 -0000\r
52 \r
53 Austin Clements <amdragon@mit.edu> writes:\r
54 \r
55 > This is awesome.  What was your machine configuration?\r
56 \r
57 Reasonably modern linux box, Core i5. Both the xapian db and the mail\r
58 files are on the same 7200 RPM SATA drive, ext4 filesystem.\r
59 \r
60 I guess the SSD might explain why you your uncached results are not as\r
61 bad as mine.\r
62 \r
63 My test search matches 8800 messages grouped into 5550 threads.\r
64 \r
65 Wit the patch cached results go from 2.5 secs to 1.5, uncached goes from\r
66 40 secs to 6.\r
67 \r
68 Thanks for the clue on the missing subject lines, your change does\r
69 indeed fix the problem!\r
70 \r
71 -- \r
72         Istvan\r