Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B98C200BD2 for ; Sun, 4 Dec 2016 00:01:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1FC3B160B16; Sat, 3 Dec 2016 23:01:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 66126160B0F for ; Sun, 4 Dec 2016 00:01:02 +0100 (CET) Received: (qmail 41701 invoked by uid 500); 3 Dec 2016 23:01:01 -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 41686 invoked by uid 99); 3 Dec 2016 23:01:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2016 23:01:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0D2B32C1F56 for ; Sat, 3 Dec 2016 23:01:01 +0000 (UTC) Date: Sat, 3 Dec 2016 23:01:01 +0000 (UTC) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-9822) Improve faceting performance with FieldCache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 03 Dec 2016 23:01:03 -0000 [ https://issues.apache.org/jira/browse/SOLR-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15718886#comment-15718886 ] Yonik Seeley commented on SOLR-9822: ------------------------------------ Performance results of faceting on different fields... The 3 versions tested were: Solr from 09/09, Solr from 12/03, Solr from 12/03 + patch Solr from 09/09 is used as the baseline (old_time): || field cardinality || 12/03/2016 new_time / old_time || patch new_time/old_time || |10|1.52|0.97| |100|1.52|0.98| |1000|1.54|0.96| |10000|1.54|1.00| |100000|1.45|0.99| |1000000|1.16|0.99| Two takeaways: - the seekExact changes that Adrien introduced had a positive impact vs the initial results in SOLR-9599... the worst-case dropped from 2x slower to 1.5x - the patch in this issue fully restores the lost performance (plus a little due to an additional minor optimization) > Improve faceting performance with FieldCache > -------------------------------------------- > > Key: SOLR-9822 > URL: https://issues.apache.org/jira/browse/SOLR-9822 > Project: Solr > Issue Type: Sub-task > Security Level: Public(Default Security Level. Issues are Public) > Components: Facet Module > Reporter: Yonik Seeley > Assignee: Yonik Seeley > Fix For: master (7.0) > > Attachments: SOLR-9822.patch > > > This issue will try to specifically address the performance regressions of faceting on FieldCache fields observed in SOLR-9599. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org