Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99A539DE2 for ; Sun, 23 Oct 2011 21:30:55 +0000 (UTC) Received: (qmail 66053 invoked by uid 500); 23 Oct 2011 21:30:54 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 65929 invoked by uid 500); 23 Oct 2011 21:30:54 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 65922 invoked by uid 99); 23 Oct 2011 21:30:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2011 21:30:54 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2011 21:30:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 199DE318DDC for ; Sun, 23 Oct 2011 21:28:32 +0000 (UTC) Date: Sun, 23 Oct 2011 21:28:32 +0000 (UTC) From: "Martijn van Groningen (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <259061835.7109.1319405312106.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <682437622.1863.1318358232068.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3509) Add settings to IWC to optimize IDV indices for CPU or RAM respectivly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133753#comment-13133753 ] Martijn van Groningen commented on LUCENE-3509: ----------------------------------------------- Maybe this makes sense IWC is high level. Maybe this should be just an option somewhere in IndexDocValues with the name "fasterButMoreRAM". If this option is set to true an implementation will choose performance over RAM. In the case that an implementation uses SimpleText this option wouldn't have an influence, but for packed integers it would have an influence. Maybe we should have IndexDocValuesConfig class for DV based settings. I can imagine that we will have more DV based settings in the future... > Add settings to IWC to optimize IDV indices for CPU or RAM respectivly > ---------------------------------------------------------------------- > > Key: LUCENE-3509 > URL: https://issues.apache.org/jira/browse/LUCENE-3509 > Project: Lucene - Java > Issue Type: Improvement > Components: core/index > Affects Versions: 4.0 > Reporter: Simon Willnauer > Priority: Minor > Fix For: 4.0 > > Attachments: LUCENE-3509.patch > > > spinnoff from LUCENE-3496 - we are seeing much better performance if required bits for PackedInts are rounded up to a 8/16/32/64. We should add this option to IWC and default to round up ie. more RAM & faster lookups. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org