RE: [Spam-verdenking][english 100%] RE: Reply all - issue
[notmuch-archives.git] / a1 / 06631f7cadcb907a810783b62433d433c34b10
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 CADF14196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 10:14:07 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-0.001] autolearn=ham\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 XKmjMpPS-kEz for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Apr 2010 10:14:07 -0700 (PDT)\r
17 Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
18         [74.207.245.61])\r
19         by olra.theworths.org (Postfix) with ESMTP id 33838431FC1\r
20         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 10:14:07 -0700 (PDT)\r
21 Received: from willster (localhost [127.0.0.1])\r
22         by kaylee.flamingspork.com (Postfix) with ESMTPS id 4071F6396;\r
23         Mon, 12 Apr 2010 17:08:56 +0000 (UTC)\r
24 Received: by willster (Postfix, from userid 1000)\r
25         id ABAF910A9565; Tue, 13 Apr 2010 03:14:05 +1000 (EST)\r
26 From: Stewart Smith <stewart@flamingspork.com>\r
27 To: Sebastian Spaeth <Sebastian@SSpaeth.de>, Jameson Rollins\r
28         <jrollins@finestructure.net>, Notmuch list <notmuch@notmuchmail.org>\r
29 Subject: Re: please eat my data!\r
30 In-Reply-To: <87iq7wpubw.fsf@SSpaeth.de>\r
31 References: <87633wlrrk.fsf@SSpaeth.de>\r
32         <87tyrgeopc.fsf@servo.finestructure.net> <87iq7wpubw.fsf@SSpaeth.de>\r
33 Date: Mon, 12 Apr 2010 10:14:05 -0700\r
34 Message-ID: <87ljcsr3tu.fsf@willster.local.flamingspork.com>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 12 Apr 2010 17:14:07 -0000\r
50 \r
51 On Mon, 12 Apr 2010 17:24:35 +0200, "Sebastian Spaeth" <Sebastian@SSpaeth.de> wrote:\r
52 > What I find intersting is that we have a 2x speedup and a 10x speedup\r
53 > for different queries. Olly was saying on IRC that both *should* really be\r
54 > behaving in much the same manner.\r
55 \r
56 Remember that on ext3 (and pretty sure ext4) fsync is the same as\r
57 sync(). So performance depends on how much dirty data you have in your cache.\r
58 \r
59 libeatmydata also gets rid of msync(), O_SYNC etc as well.\r
60 \r
61 -- \r
62 Stewart Smith\r