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

Joel Bernstein commented on SOLR-8176:
--------------------------------------

The data would be spread across an entire collection. The traversal would be 
done in a single worker node by performing iterative joins across the 
collection. The book keeping needed for the traversal would be written to files 
on the worker node. I looked at using multiple worker nodes to do the graph 
traversal and it may be possible but looks much trickier.

For small traversals this approach will be sub-second. For really large 
traversals this will take longer but should get to an answer.

> Model distributed graph traversals with Streaming Expressions
> -------------------------------------------------------------
>
>                 Key: SOLR-8176
>                 URL: https://issues.apache.org/jira/browse/SOLR-8176
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java, SolrCloud, SolrJ
>    Affects Versions: master
>            Reporter: Joel Bernstein
>              Labels: Graph
>             Fix For: master
>
>
> I think it would be useful to model a few *distributed graph traversal* use 
> cases with Solr's *Streaming Expression* language. This ticket will explore 
> different approaches with a goal of implementing two or three common graph 
> traversal use cases.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to