You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by okram <gi...@git.apache.org> on 2015/08/01 20:06:45 UTC

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-779: RFC for coalesce...

Github user okram commented on the pull request:

    https://github.com/apache/incubator-tinkerpop/pull/91#issuecomment-126942879
  
    The problem with OLAP (global children) is that you can't do stuff like (as you say) "first successful child" as everything is executing in parallel and you don't know for which input what child output you are referring too. I suspect you could get fancy with path analysis, but then bulking goes away.
    
    We really need to make it so that global and local children behave "the same" as there are other steps that currently can't work in OLAP (e.g. `intersect()`, etc.).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---