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 EE69DDA8B for ; Wed, 18 Jul 2012 19:06:05 +0000 (UTC) Received: (qmail 90612 invoked by uid 500); 18 Jul 2012 19:06:03 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 90422 invoked by uid 500); 18 Jul 2012 19:06:03 -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 89739 invoked by uid 99); 18 Jul 2012 19:06:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 19:06:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of timeck@gmail.com designates 209.85.213.176 as permitted sender) Received: from [209.85.213.176] (HELO mail-yx0-f176.google.com) (209.85.213.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 19:05:55 +0000 Received: by yenl5 with SMTP id l5so2297224yen.35 for ; Wed, 18 Jul 2012 12:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; bh=jgl02qKahysw/Loz7y22iwSfPSfjwz9lw6OJA0CkCuE=; b=lxFMUCJmBXAY8xhub7yN1mk8veaGdmTnVab+yT2uOzh3QwCVQjsSzOc/x4UwTsz8Co ceCg8bwxRjBNg0cPwsVmZ+fSOScELSE+ked2HsVjnjn5eDLD/YPWn2gCY9hhugcaoQcO bW1jQkfa/jraLGR9mmnrdejWzZ4sNSQFmtxtqSHaAUO9KdcIpFMj4o7Ja7g0f0GsJ/5Y 71XtF8JtEMKwO6TidvCjkrvgMMgJA5/ItAZv1QRBuG/MqZqcntOVHWf1NxPYclOish1/ wN6jisoV+HplLlddVNJQW4Ubn1T5CXbQ5qgDuHskq91xhYpv4SDUVSLWjDnZT4lP2Ftk 7hsA== Received: by 10.236.75.132 with SMTP id z4mr2012997yhd.25.1342638334193; Wed, 18 Jul 2012 12:05:34 -0700 (PDT) Received: from kermit ([12.116.106.202]) by mx.google.com with ESMTPS id c70sm41469979yhk.12.2012.07.18.12.05.31 (version=SSLv3 cipher=OTHER); Wed, 18 Jul 2012 12:05:33 -0700 (PDT) From: "Tim Eck" To: , References: In-Reply-To: Subject: RE: RAM or SSD... Date: Wed, 18 Jul 2012 12:05:20 -0700 Message-ID: <01c701cd6518$4811d0c0$d8357240$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac1lFh/AIvJmw14NRAeTx05ZXP6d2AAAhpuA Content-Language: en-us Rum is an essential ingredient in all software systems :-) -----Original Message----- From: Simon Willnauer [mailto:simon.willnauer@gmail.com]=20 Sent: Wednesday, July 18, 2012 11:49 AM To: java-user@lucene.apache.org Subject: Re: RAM or SSD... 1. use mmap directory 2. buy rum 3. get an SSD simon :) On Wed, Jul 18, 2012 at 8:36 PM, Vitaly Funstein = wrote: > You do not want to store 30 G of data in the JVM heap, no matter what > library does this. > > On Wed, Jul 18, 2012 at 10:44 AM, Paul Jakubik = wrote: >> If only 30GB, go with RAM and MMAPDirectory (as long as you have the = budget >> for that hardware). >> >> My understanding is that RAMDirectory is intended for unit tests, not = for >> production indexes. >> >> On Wed, Jul 18, 2012 at 10:50 AM, Dragon Fly = wrote: >> >>> >>> Hi, >>> >>> If I want to improve performance, which of the following is better = and why? >>> >>> 1. Buy a machine with a lot of RAM and use a RAMDirectory for the = index. >>> 2. Put the index on a solid state drive. >>> >>> By the way, my index is about 30 GB. Thank you. >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org