You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Kundan (Jira)" <ji...@apache.org> on 2022/03/16 04:00:00 UTC

[jira] [Created] (SOLR-16102) Performance issue with multiple or in fq

Kundan created SOLR-16102:
-----------------------------

             Summary: Performance issue with multiple or in fq
                 Key: SOLR-16102
                 URL: https://issues.apache.org/jira/browse/SOLR-16102
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 8.3.1
            Reporter: Kundan


I have a requirement where I need to filter results based on multiple conditions, and I'm analyzing 100 rows in one request.

If we get millions of such requests then Solr slows down performance.
||Total Solr Records||Number of fields in the document||Total 'OR' condition in fq||
|4402842|13|300+|

*Why we need these many Or conditions in fq:*  We need to analyze production from all 300+ categories, out of 700+ categories.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org