Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 57192 invoked from network); 8 Oct 2008 18:18:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 18:18:37 -0000 Received: (qmail 65639 invoked by uid 500); 8 Oct 2008 18:18:33 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 65603 invoked by uid 500); 8 Oct 2008 18:18:33 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 65592 invoked by uid 99); 8 Oct 2008 18:18:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 11:18:33 -0700 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=DNS_FROM_OPENWHOIS,DNS_FROM_SECURITYSAGE,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 18:17:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Kndb2-0006Ug-TY for solr-user@lucene.apache.org; Wed, 08 Oct 2008 11:17:16 -0700 Message-ID: <19884425.post@talk.nabble.com> Date: Wed, 8 Oct 2008 11:17:16 -0700 (PDT) From: Rajiv2 To: solr-user@lucene.apache.org Subject: Re: Need help with Solr Performance In-Reply-To: <1980BC30-E4AC-4EE2-82D1-09D8386BE50E@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: rajiv.roopan@gmail.com References: <19881808.post@talk.nabble.com> <1980BC30-E4AC-4EE2-82D1-09D8386BE50E@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Hi, thanks for responding so quickly, >6-12 seconds seems really long and 15 million docs is nothing on a >machine like this. Are you sure the issue is in Solr? How are you >measuring the 6-12 seconds? I'm looking at the value in the Solr response. >Assuming it is Solr... >How often are you indexing? How often do you commit and get new >searchers? What's your JVM heap size? Are you warming? Is your >index optimized? Did you turn off the compound file system? This is basically a test that I'm doing and it's not in production yet, so I did a one time index and I haven't committed any new documents. - JVM heap size is 12 GB - I am autowarming - Index is optimized - useCompoundFile is false >You said you've "done most of the optimizations", can you be specific? - I have a minimum # of stored fields, 5 out of 25. - My index is optimized - HashDocSet is set to around 75000 - I've setup autowarming queries - Haven't warmed sort fields because I'm not doing any sorting - Not using any solid state drives - Using filters instead of queries for filtering. > > > thanks, > Rajiv > > -- > View this message in context: > http://www.nabble.com/Need-help-with-Solr-Performance-tp19881808p19881808.html > Sent from the Solr - User mailing list archive at Nabble.com. > -------------------------- Grant Ingersoll Lucene Helpful Hints: http://wiki.apache.org/lucene-java/BasicsOfPerformance http://wiki.apache.org/lucene-java/LuceneFAQ -- View this message in context: http://www.nabble.com/Need-help-with-Solr-Performance-tp19881808p19884425.html Sent from the Solr - User mailing list archive at Nabble.com.