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 0A54298BA for ; Tue, 3 Jan 2012 03:23:10 +0000 (UTC) Received: (qmail 22514 invoked by uid 500); 3 Jan 2012 03:23:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 22388 invoked by uid 500); 3 Jan 2012 03:23:07 -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 22381 invoked by uid 99); 3 Jan 2012 03:23:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 03:23:07 +0000 X-ASF-Spam-Status: No, hits=-2001.6 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; Tue, 03 Jan 2012 03:23:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 586B9135780 for ; Tue, 3 Jan 2012 03:22:22 +0000 (UTC) Date: Tue, 3 Jan 2012 03:22:22 +0000 (UTC) From: "Erick Erickson (Updated) (JIRA)" To: dev@lucene.apache.org Message-ID: <316426046.247.1325560942383.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-1931) Schema Browser does not scale with large indexes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-1931: --------------------------------- Attachment: SOLR-1931-trunk.patch Trunk that, you know, actually compiles or something, mea culpa. Also reduces the 4x time down to 15 seconds after fixing a stupid oversight. Really gotta let this stew for a while and look at it with less-tired eyes. > Schema Browser does not scale with large indexes > ------------------------------------------------ > > Key: SOLR-1931 > URL: https://issues.apache.org/jira/browse/SOLR-1931 > Project: Solr > Issue Type: Improvement > Components: web gui > Affects Versions: 3.6, 4.0 > Reporter: Lance Norskog > Assignee: Erick Erickson > Priority: Minor > Attachments: SOLR-1931-3x.patch, SOLR-1931-3x.patch, SOLR-1931-trunk.patch, SOLR-1931-trunk.patch, SOLR-1931-trunk.patch > > > The Schema Browser JSP by default causes the Luke handler to "scan the world". In large indexes this make the UI useless. > On an index with 64m documents & 8gb of disk space, the Schema Browser took 6 minutes to open and hogged all disk I/O, making Solr useless. -- 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