You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Groeneveld (JIRA)" <ji...@apache.org> on 2013/10/17 16:19:42 UTC

[jira] [Created] (LUCENE-5291) Faster Query-Time Join

Erik Groeneveld created LUCENE-5291:
---------------------------------------

             Summary: Faster Query-Time Join
                 Key: LUCENE-5291
                 URL: https://issues.apache.org/jira/browse/LUCENE-5291
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/index, core/search
    Affects Versions: 4.5
            Reporter: Erik Groeneveld
            Priority: Minor


The current implementation of query-time join could be complemented with a much faster one, provided some choices can be made about what to join on.

Since join is really a database concept, we found it quite natural to restrict the keys to be integers and be single valued. 

We found that if it is possible to use integers keys, and having single valued key fields, the speed of join can be improved 50 fold. Proper caching again speeds up about 20 times.

I'd like to contribute our code if you agree that it is a useful contribution.  That probably depends on what you think of the choices we made about the keys, so that need to be discussed first?





--
This message was sent by Atlassian JIRA
(v6.1#6144)

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