Marko A. Rodriguez created TINKERPOP-1371:
---------------------------------------------

             Summary: CountMatchAlgorithm should have a sort bias towards 
non-keepLabels
                 Key: TINKERPOP-1371
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1371
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.2.1
            Reporter: Marko A. Rodriguez


{{CountMatchAlgorithm}} dynamically determines which traversal pattern a 
traverser should use next a {{match()}}. It bias towards those patterns that 
are local to the current star graph (in OLAP), towards those patterns that have 
strongly filtered thus far, etc. We should add another criteria. Are the 
start/end labels keepLabels? If not, use them as we will be able to "knock out 
patterns" that don't create path histories and increase the likelihood of 
bulking.

This is related to {{PathRetractStrategy}}. cc/ [~twilmes]




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

Reply via email to