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

stephen mallette commented on TINKERPOP3-465:
---------------------------------------------

This one seems to bear some relation to TINKERPOP3-593

> Retain strategy application lineage
> -----------------------------------
>
>                 Key: TINKERPOP3-465
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-465
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: process
>            Reporter: Matthias Broecheler
>
> For profiling purposes, it would be great if there were a way to retain the 
> lineage from the original query to the one after applying the strategies.
> For instance, suppose a user issues the query:
> {code}
> g.V.has('name','Marko').out('knows').name
> {code}
> then, after applying the strategies on TinkerGraph, 
> {code}.V.has('name','Marko'){code} will be compressed into a single step 
> (index call). After that we apply the profiling and so we record how much 
> time that index call took, but we won't be able to relate that information 
> back to the original query to say {code}.V.has('name','Marko'){code} took X 
> milliseconds.



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

Reply via email to