You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Kira Traynor (Jira)" <ji...@apache.org> on 2023/04/20 19:46:00 UTC

[jira] [Updated] (SOLR-16758) GraphQuery Performing Slower in Solr 9

     [ https://issues.apache.org/jira/browse/SOLR-16758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kira Traynor updated SOLR-16758:
--------------------------------
    Description: 
We found that the changes made in SOLR-14185 with the GraphQuery slowed down the performance of the graph join by around 50%. Reverting the changes made in that pr to use a `Filter` object to get the `DocIdSet` rather than using a `DocIdSetIterator`, sped the query times up in our tests to be more similar to what we were seeing with the Solr 8 graph joins.

The same change was made to the JoinQuery class so possibly slower performance can be found there as well.

  was:
We found that the changes made in SOLR-14185 with the GraphQuery slowed down the performance of the graph join by around 50%. Reverting the changes made in that pr to use a `Filter` object to get the `DocIdSet` rather than using a `DocIdSetIterator`, sped the query times up in our tests to be more similar to what we were seeing with the Solr 8 graph joins.

 

The same change was made to the JoinQuery class so possibly slower performance can be found there as well.


> GraphQuery Performing Slower in Solr 9
> --------------------------------------
>
>                 Key: SOLR-16758
>                 URL: https://issues.apache.org/jira/browse/SOLR-16758
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Kira Traynor
>            Priority: Major
>
> We found that the changes made in SOLR-14185 with the GraphQuery slowed down the performance of the graph join by around 50%. Reverting the changes made in that pr to use a `Filter` object to get the `DocIdSet` rather than using a `DocIdSetIterator`, sped the query times up in our tests to be more similar to what we were seeing with the Solr 8 graph joins.
> The same change was made to the JoinQuery class so possibly slower performance can be found there as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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