Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E24CBD97D for ; Tue, 2 Oct 2012 09:18:34 +0000 (UTC) Received: (qmail 16702 invoked by uid 500); 2 Oct 2012 09:18:32 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 16645 invoked by uid 500); 2 Oct 2012 09:18:32 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 16618 invoked by uid 99); 2 Oct 2012 09:18:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 09:18:32 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.227.17.9] (HELO moutng.kundenserver.de) (212.227.17.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 09:18:22 +0000 Received: from [192.168.178.43] (p5DDEC2E3.dip0.t-ipconnect.de [93.222.194.227]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0Lapqe-1Th0oZ3mSu-00kZJ1; Tue, 02 Oct 2012 11:17:52 +0200 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1085) Subject: Re: Lucene index on NFS From: Paul Libbrecht In-Reply-To: Date: Tue, 2 Oct 2012 11:17:51 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.1085) X-Provags-ID: V02:K0:ZO82Gt393v6XT+UlJNlzaZnZjVGoGdK3FAzlCIbD0GY T3pN2qznGKHlWdCF/h39NW/oIRu9reZbSli9X0h4x5XEqsw64K Fg/JwQWdRirCbeRw8P2u6b5llNbXQcI+EQiSf3Dy+AsXgjtYG4 uAYMggfpzC2n6VKcw3J506UP/3fKuh5N9xHol1RoSF5sauEswJ VWf4M2knZnlmQjGZRQKsL3ZfKu63oDV923haMH81IoAu7ePSK5 IRoMhiSuT2s6UptoVuFMEozlGXuW0bnFI3+j5tRAEbdYScpj/D /xJY+eqIFM+mWbEZ4gywhR3OsmoKNTVL5V9EMU6d6Z0eHG8OPA aLSPDvg5i2DGmtrUPbK7uPGcb+tci3fVp5lZhYvKw3GgX1FvcE PaUGHRszje7KQ== My experience in the Lucene 1.x times were a factor of at least four in = writing to NFS and about two when reading from there. I'd discourage = this as much as possible! (rsync is way more your friend for transporting and replication =E0 la = solr should also be considered) paul Le 2 oct. 2012 =E0 11:10, Ian Lea a =E9crit : > You'll certainly need to factor in the performance of NFS versus local = disks. >=20 > My experience is that smallish low activity indexes work just fine on > NFS, but large high activity indexes are not so good, particularly if > you have a lot of modifications to the index. >=20 > You may want to install a custom IndexDeletionPolicy. See the > javadocs for details with specific reference to NFS. >=20 >=20 > -- > Ian. >=20 > On Tue, Oct 2, 2012 at 3:21 AM, Vitaly Funstein = wrote: >> How tolerant is your project of decreased search and indexing = performance? >> You could probably write a simple test that compares search and write >> speeds of local and NFS-mounted indexes and make the decision based = on the >> results. >>=20 >> On Mon, Oct 1, 2012 at 3:06 PM, Jong Kim = wrote: >>=20 >>> Hi, >>>=20 >>> According to the Lucene In Action (Second Edition), the section = 2.11.2 >>> "Accessing an index over a remote file system" explains that there = are >>> issues related to accessing a Lucene index across remote file system >>> including NFS. >>>=20 >>> I'm particuarly interested in NFS compatibility, and wondering if = there has >>> been any work done to solve or mitigate this problem. Has this issue = been >>> addressed? If not, are there some reliable work-arounds that make = this >>> possible at the expense of some sacrifice in other areas? >>>=20 >>> Any information would be greatly appreciated, since my project = heavily >>> depends on the feasibility of this. >>>=20 >>> Thanks >>> /Jong >>>=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org