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 84D604196F0 for ; Sun, 18 Apr 2010 23:40:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8, RCVD_IN_DNSWL_NONE=-0.0001] 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 O5zjyK03lgEE for ; Sun, 18 Apr 2010 23:40:15 -0700 (PDT) Received: from homiemail-a22.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by olra.theworths.org (Postfix) with ESMTP id 7A2F5431FC1 for ; Sun, 18 Apr 2010 23:40:14 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPA id 3941D1A805F; Sun, 18 Apr 2010 23:40:12 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 19 Apr 2010 08:40:10 +0200 From: "Sebastian Spaeth" To: John Fremlin , notmuch@notmuchmail.org Subject: Re: Notmuch success: Xapian database corrupt In-Reply-To: <87r5mchmji.fsf-genuine-vii@john.fremlin.org> References: <87r5mchmji.fsf-genuine-vii@john.fremlin.org> Date: Mon, 19 Apr 2010 08:40:09 +0200 Message-ID: <87633olzcm.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Mon, 19 Apr 2010 06:40:21 -0000 On 2010-04-18, John Fremlin wrote: > Processed 58 files (19 files/sec.) That seems exceptionally low. I get about 60-70 files/sec on a laptop hard disk. > > Is there any way to recover the database? I am no expert with xapian databases, and that might seem obvious, but you did a notmuch dump to save your tags, did you? If that works you can nuke your database directory and after a notmuch new (1-2 days?!!) you can notmuch restore your tags. This way, at least, you won't have any data loss. Sebastian