You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2016/01/05 18:25:40 UTC

[jira] [Created] (GEODE-730) Optimize single filter join queries

Jason Huynh created GEODE-730:
---------------------------------

             Summary: Optimize single filter join queries
                 Key: GEODE-730
                 URL: https://issues.apache.org/jira/browse/GEODE-730
             Project: Geode
          Issue Type: Bug
          Components: querying
            Reporter: Jason Huynh


Currently single filter join queries create a lot of garbage and do the join before pruning from the filter.  We can optimize this for specific cases to prune prior to joining and only join values that have already passed the filters.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)