You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Ted Wilmes (JIRA)" <ji...@apache.org> on 2016/08/17 13:41:20 UTC

[jira] [Commented] (TINKERPOP-1287) StarGraph has an overdose of Stream usage.

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

Ted Wilmes commented on TINKERPOP-1287:
---------------------------------------

I've completed the stream conversion on this one and been doing some testing.  Unfortunately this is one of those cases where though the JMH micro benchmarks show large improvements across the board on the individual method calls, when I run full SparkGraphComputer OLAP ad-hoc queries on larger datasets, the improvements are lost in the noise of other areas that are really driving the response times.  I still have some more testing to do to make sure my results are good and when I complete, I'll report back.

> StarGraph has an overdose of Stream usage.
> ------------------------------------------
>
>                 Key: TINKERPOP-1287
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1287
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: hadoop, structure
>    Affects Versions: 3.2.0-incubating, 3.1.2-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Ted Wilmes
>             Fix For: 3.2.2
>
>         Attachments: stage0.svg, stage1.svg, stage2.svg
>
>
> {{StarGraph}} is loaded with {{Stream}}-usage. Gutting streams from TinkerGraph made it much faster. It would be good if we did the same thing for {{StarGraph}}.
> This can go into tp31/ and upmerge to master/.



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