From: David Bremner Date: Thu, 26 Jun 2014 17:50:15 +0000 (+2100) Subject: Re: Remote xapian database X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb7862e0afef7a62b90b6dc4347a02c32b726a79;p=notmuch-archives.git Re: Remote xapian database --- diff --git a/8f/8d7596be3294309e49946dd8df215a0ada4968 b/8f/8d7596be3294309e49946dd8df215a0ada4968 new file mode 100644 index 000000000..c91eff3f3 --- /dev/null +++ b/8f/8d7596be3294309e49946dd8df215a0ada4968 @@ -0,0 +1,69 @@ +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 41E38431FAF + for ; Thu, 26 Jun 2014 10:50:29 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +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 q669n4QsSu1A for ; + Thu, 26 Jun 2014 10:50:23 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7D6BE431FAE + for ; Thu, 26 Jun 2014 10:50:23 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1X0DoR-0005MG-GE; Thu, 26 Jun 2014 14:50:19 -0300 +Received: (nullmailer pid 872 invoked by uid 1000); Thu, 26 Jun 2014 17:50:16 + -0000 +From: David Bremner +To: admin@softded.net, notmuch@notmuchmail.org +Subject: Re: Remote xapian database +In-Reply-To: <20140626103909.GA13120@router.softded.net> +References: <20140626103909.GA13120@router.softded.net> +User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 26 Jun 2014 14:50:15 -0300 +Message-ID: <87oaxfftm0.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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, 26 Jun 2014 17:50:29 -0000 + +admin@softded.net writes: + +> Hello, +> +> Xapian have remote database mode: +> http://xapian.org/docs/remote.html +> +> Do you plan use it in future? I have more then 8 million letters and my +> xapian db use 50 gb store :) +> +> If I can use remote database, I will move database to external server +> from my work PC (with Pentium 4) it will be very fast! :) + +One thing to keep in mind is that there are several places in the code +where mail files are opened directly, so just having remote access to +the xapian database is not going to be enough, unless you want to have a +local copy of the messages, which is almost surely larger than the +database.