Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id ED04D431FBC for ; Thu, 14 Jan 2010 07:30:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.334 X-Spam-Level: X-Spam-Status: No, score=-0.334 tagged_above=-999 required=5 tests=[AWL=-0.335, BAYES_50=0.001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GNgu159h0Y9z for ; Thu, 14 Jan 2010 07:30:50 -0800 (PST) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by olra.theworths.org (Postfix) with ESMTP id 12EAB431FAE for ; Thu, 14 Jan 2010 07:30:49 -0800 (PST) Received: by bwz24 with SMTP id 24so16194813bwz.30 for ; Thu, 14 Jan 2010 07:30:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=zNBX+57XkBkFn4vViGg6X1jwQXk9xKucuVspyQtZGhk=; b=VndMlTo04LVh5U+5dylkbvZLcLSzaluyGpOhpx7mNUVSHMeCg7dZ3lR8JPPkgcqG9v wtkrF90l/WLTAO1xx5xVZ7T23E4wN0m3MbGWCroEE8EWTT35TLysu53xrAOAzNN0v+0P FTtywJDQRE8TAKORUWlX6w3BOXRxxe2Qkigvs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=J/IsJNkbjAY06b9eYRNgDd6l0g1nNl9s68GPYzx4QHf8306H22ghzJ9k4y4Sp/L8Ez l/dd69Tg+lesV4w16nC52K3UPRX8iifgXE8hJF2T4EEPaZlZiIYZ4vce8Tl6jZXnaqdC 3CEgO8qdPmR/3SoDvbwer/1SePhvwIv5Rsr3A= MIME-Version: 1.0 Received: by 10.239.177.199 with SMTP id w7mr99711hbf.11.1263483048909; Thu, 14 Jan 2010 07:30:48 -0800 (PST) Date: Thu, 14 Jan 2010 15:30:48 +0000 Message-ID: <5641883d1001140730l22832715ld6bdc95c9938d314@mail.gmail.com> From: Oliver Charles To: notmuch@notmuchmail.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [notmuch] Notmuch performance problems on OSX X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 15:30:51 -0000 Actually, significant performance problems. Ho ho ho. (sorry) I've installed the latest notmuch from Git at this time of writing, along with Xapian from SVN head. However, just tagging a single thread with only one message seems to take too long: $ time notmuch tag +dissertation thread:7dc536441e6deade4256a46d46451221 real 0m0.812s user 0m0.022s sys 0m0.037s And tagging all my messages is really horrible: $ time notmuch tag +foobar tag:inbox real 0m5.076s user 0m3.688s sys 0m0.105s Here is what my notmuch binary links with: $ otool -L /usr/local/bin/notmuch /usr/local/bin/notmuch: /usr/local/Cellar/gmime/2.4.0/lib/libgmime-2.4.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/local/Cellar/glib/2.20.5/lib/libgobject-2.0.0.dylib (compatibility version 2001.0.0, current version 2001.5.0) /usr/local/Cellar/glib/2.20.5/lib/libglib-2.0.0.dylib (compatibility version 2001.0.0, current version 2001.5.0) /usr/local/Cellar/gettext/0.17/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0) /usr/local/Cellar/xapian-svn/HEAD/lib/libxapian-1.1.3.dylib (compatibility version 4.0.0, current version 4.0.0) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.4) That xapian-svn was built from svn HEAD right now, so I'm assuming it contains the #250 fix (http://trac.xapian.org/changeset/13808) Any ideas? -- Oliver Charles / aCiD2