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

ASF GitHub Bot commented on TINKERPOP-1248:
-------------------------------------------

Github user okram commented on the issue:

    https://github.com/apache/tinkerpop/pull/538
  
    Decided to not touch `GroupStep` till the next release as it is more 
complicated to handle than `OrderGlobalStep` and `SampleGlobalStep`. Thus, for 
this PR:
    
    VOTE +1.


> OrderGlobalStep should use local star graph to compute sorts, prior to 
> reduction.
> ---------------------------------------------------------------------------------
>
>                 Key: TINKERPOP-1248
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1248
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.0-incubating
>            Reporter: Marko A. Rodriguez
>
> We can get local star graph expressivity from `OrderGlobalStep` in OLAP if we 
> emit the object + its `by()`-modulated values. It will yield more data in the 
> order, but it will reduce the CPU time as we don't have to call `by()` on 
> each order check.
> This ticket will be a bit involved as it will depart from 
> `CollectingBarrierStep` semantics and thus, complicate `OrderGlobalSteps` 
> implementation... 



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

Reply via email to