You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (Commented) (JIRA)" <ji...@apache.org> on 2011/12/03 00:21:40 UTC

[jira] [Commented] (SOLR-2944) Anecdotal evidence that useFilterForSortedQuery has gotten much slower in 3.5 compared to 1.4

    [ https://issues.apache.org/jira/browse/SOLR-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161916#comment-13161916 ] 

Uwe Schindler commented on SOLR-2944:
-------------------------------------

I have the feeling, SOLR-2429 could cause this. There were no changes in Lucene 3.5 except a refactoring in searchWithFilter (moved to FilteredQuery), but thats not even used by Solr (Solr has its own filter logic not using any line of Lucene code most of the time).
                
> Anecdotal evidence that useFilterForSortedQuery has gotten much slower in 3.5 compared to 1.4
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2944
>                 URL: https://issues.apache.org/jira/browse/SOLR-2944
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> Pawel Rog reported on the user list that he was seeing significantly slower search performance and much higher CPU usage using Solr 3.5 compared to Solr 1.4 when using the same configs he had always used in Solr 1.4 -- even though he had a new index built with 3.5
> https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201111.mbox/%3CCAF9ZkbPHo0Y-PvSkm4dkaNc7aArGacfSSHNQBL+nOOt1aHxLwA@mail.gmail.com%3E
> Based on stacktraces from threaddumps the "useFilterForSortedQuery" was determined to be a contributing factor, and disabling it improved performance (exact comparison not provided).  
> Would be nice to get some more details and a reproducible comparison (SOLR-2646 where are you???) and evluate why useFilterForSortedQuery would be slower in 3.5 then in 1.4 with the same data.
> Should consider actively removing the useFilterForSortedQuery=true option if there are no longer any usecases where it's better then useFilterForSortedQuery=false

--
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