Re: please eat my data!
authorStewart Smith <stewart@flamingspork.com>
Mon, 12 Apr 2010 17:14:05 +0000 (10:14 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:36 +0000 (09:36 -0800)
a1/06631f7cadcb907a810783b62433d433c34b10 [new file with mode: 0644]

diff --git a/a1/06631f7cadcb907a810783b62433d433c34b10 b/a1/06631f7cadcb907a810783b62433d433c34b10
new file mode 100644 (file)
index 0000000..285eb2a
--- /dev/null
@@ -0,0 +1,62 @@
+Return-Path: <stewart@flamingspork.com>\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 CADF14196F2\r
+       for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 10:14:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
+       tests=[BAYES_40=-0.001] autolearn=ham\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 XKmjMpPS-kEz for <notmuch@notmuchmail.org>;\r
+       Mon, 12 Apr 2010 10:14:07 -0700 (PDT)\r
+Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
+       [74.207.245.61])\r
+       by olra.theworths.org (Postfix) with ESMTP id 33838431FC1\r
+       for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 10:14:07 -0700 (PDT)\r
+Received: from willster (localhost [127.0.0.1])\r
+       by kaylee.flamingspork.com (Postfix) with ESMTPS id 4071F6396;\r
+       Mon, 12 Apr 2010 17:08:56 +0000 (UTC)\r
+Received: by willster (Postfix, from userid 1000)\r
+       id ABAF910A9565; Tue, 13 Apr 2010 03:14:05 +1000 (EST)\r
+From: Stewart Smith <stewart@flamingspork.com>\r
+To: Sebastian Spaeth <Sebastian@SSpaeth.de>, Jameson Rollins\r
+       <jrollins@finestructure.net>, Notmuch list <notmuch@notmuchmail.org>\r
+Subject: Re: please eat my data!\r
+In-Reply-To: <87iq7wpubw.fsf@SSpaeth.de>\r
+References: <87633wlrrk.fsf@SSpaeth.de>\r
+       <87tyrgeopc.fsf@servo.finestructure.net> <87iq7wpubw.fsf@SSpaeth.de>\r
+Date: Mon, 12 Apr 2010 10:14:05 -0700\r
+Message-ID: <87ljcsr3tu.fsf@willster.local.flamingspork.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Mon, 12 Apr 2010 17:14:07 -0000\r
+\r
+On Mon, 12 Apr 2010 17:24:35 +0200, "Sebastian Spaeth" <Sebastian@SSpaeth.de> wrote:\r
+> What I find intersting is that we have a 2x speedup and a 10x speedup\r
+> for different queries. Olly was saying on IRC that both *should* really be\r
+> behaving in much the same manner.\r
+\r
+Remember that on ext3 (and pretty sure ext4) fsync is the same as\r
+sync(). So performance depends on how much dirty data you have in your cache.\r
+\r
+libeatmydata also gets rid of msync(), O_SYNC etc as well.\r
+\r
+-- \r
+Stewart Smith\r