Re: Hi all
[notmuch-archives.git] / aa / ee9ec306207a560ab42c130351334e618acb92
1 Return-Path: <admin@softded.net>\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 0DAA3431FC0\r
6         for <notmuch@notmuchmail.org>; Fri, 27 Jun 2014 06:15:45 -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.976\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.976 tagged_above=-999 required=5\r
12         tests=[DATE_IN_PAST_03_06=1.076, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,\r
13         DKIM_VALID_AU=-0.1] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id EGafh-0RmkH8 for <notmuch@notmuchmail.org>;\r
17         Fri, 27 Jun 2014 06:15:37 -0700 (PDT)\r
18 Received: from router.softded.net (softded.net [62.122.209.8])\r
19         by olra.theworths.org (Postfix) with ESMTP id 62D02431FBD\r
20         for <notmuch@notmuchmail.org>; Fri, 27 Jun 2014 06:15:37 -0700 (PDT)\r
21 Received: from router.softded.net (localhost [IPv6:::1])\r
22         by router.softded.net (Postfix) with ESMTP id 5058D802D9;\r
23         Fri, 27 Jun 2014 13:15:26 +0400 (MSK)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=softded.net;\r
25         s=default; t=1403860526;\r
26         bh=Cc5uL/yPTxYSnyEeMeTNnacq4SeHSFx8wKH2sU6/lWs=;\r
27         h=Date:From:To:Cc:Subject:References:In-Reply-To;\r
28         b=cdVXIFw058DivAYEa6DDXGQtQpGtUHN9mPG8n2x8hH5tQmk8gzzHypeZwGadGVFN7\r
29         Jtj6kvSlWX5U1zQZSDYUn3pCCQZ4wvpiXJQbCo40D01hXEx2e/pIgHBu5ctETmla6y\r
30         LuttgWuox2xCq0v7QAVe69Cv0wnPF8fuoyOEHXyM=\r
31 Date: Fri, 27 Jun 2014 13:15:26 +0400\r
32 From: Roman Kravets <admin@softded.net>\r
33 To: David Bremner <david@tethera.net>\r
34 Subject: Re: Remote xapian database\r
35 Message-ID: <20140627091526.GC12249@router.softded.net>\r
36 References: <20140626103909.GA13120@router.softded.net>\r
37         <87oaxfftm0.fsf@zancas.localnet>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 Content-Disposition: inline\r
41 In-Reply-To: <87oaxfftm0.fsf@zancas.localnet>\r
42 User-Agent: Mutt/1.5.20 (2009-12-10)\r
43 Cc: notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Fri, 27 Jun 2014 13:15:45 -0000\r
57 \r
58 Dear David,\r
59 \r
60 It is not problem. Storage - it low cost resources.\r
61 I have problem with CPU utilization.\r
62 When I use "notmuch new" my CPU used 100% :(\r
63 If can I move database to another server, it remove load from my slow computer.\r
64 \r
65 On Thu, Jun 26, 2014 at 02:50:15PM -0300, David Bremner wrote:\r
66 > admin@softded.net writes:\r
67\r
68 > > Hello,\r
69 > >\r
70 > > Xapian have remote database mode:\r
71 > > http://xapian.org/docs/remote.html\r
72 > >\r
73 > > Do you plan use it in future? I have more then 8 million letters and my\r
74 > > xapian db use 50 gb store :)\r
75 > >\r
76 > > If I can use remote database, I will move database to external server\r
77 > > from my work PC (with Pentium 4) it will be very fast! :)\r
78\r
79 > One thing to keep in mind is that there are several places in the code\r
80 > where mail files are opened directly, so just having remote access to\r
81 > the xapian database is not going to be enough, unless you want to have a\r
82 > local copy of the messages, which is almost surely larger than the\r
83 > database.\r