[ 
https://issues.apache.org/jira/browse/TINKERPOP-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15196677#comment-15196677
 ] 

Marko A. Rodriguez commented on TINKERPOP-991:
----------------------------------------------

These are identical tickets. Its possible to do this and can probably be done 
for 3.2.1.

> [Proposal] Capability to traverse OLTP in parallel
> --------------------------------------------------
>
>                 Key: TINKERPOP-991
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-991
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.1.0-incubating
>            Reporter: Ashish Nagavaram
>            Priority: Minor
>
> The current traverser is serial in nature, where some of the steps can be 
> parallelized for latency critical cases. 
> Eg:
> Consider a movies graph where evert actor has a edge to the movie he has 
> acted in.
> Query:
> movies by X and Y
> The current way to do it would be to get movies by X and for each movie check 
> if it has a edge to Y which is slow. I by passed this by getting movies by X 
> and movies by Y in parallel and then do a intersection. But I would have do 
> manually do this for every new pattern. 
> Please close this ticket if you think this proposal does not make sense



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

Reply via email to