You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Joel Bernstein (Jira)" <ji...@apache.org> on 2020/08/11 13:18:00 UTC

[jira] [Updated] (SOLR-14728) Add self join optimization to the TopLevelJoinQuery

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

Joel Bernstein updated SOLR-14728:
----------------------------------
    Description: A simple strategy can be put in place to massively improve join performance when the TopLevelJoinQuery is performing a self join (same core) and the *to* and *from* fields are the same field. In this scenario the top level doc values ordinals can be used directly as a filter, *avoiding* the most expensive part of the join which is the bytes ref reconciliation between the *to* and *from* fields.   (was: A simple strategy can be put in place to massively improve join performance when the TopLevelJoinQuery is performing a self join (same core) and the *to* and *from* fields are the same field. In this scenario the top level doc values ordinals can be used directly as a filter avoiding the most expensive part of the join which is the bytes ref reconciliation between the *to* and *from* fields. )

> Add self join optimization to the TopLevelJoinQuery
> ---------------------------------------------------
>
>                 Key: SOLR-14728
>                 URL: https://issues.apache.org/jira/browse/SOLR-14728
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Priority: Major
>
> A simple strategy can be put in place to massively improve join performance when the TopLevelJoinQuery is performing a self join (same core) and the *to* and *from* fields are the same field. In this scenario the top level doc values ordinals can be used directly as a filter, *avoiding* the most expensive part of the join which is the bytes ref reconciliation between the *to* and *from* fields. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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