javeme commented on issue #2255:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2255#issuecomment-1759984723

   对于问题1、2已解答。
   
   
对于问题1进一步问题`query如何改造`,可以参考代码块入口`optimizeQuery()`:https://github.com/apache/incubator-hugegraph/blob/fc9bc2866e4bbcd65bf67a6dbbeb541b06da8649/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java#L1416
   
   
对于问题3:不建议手动去构造traversal因为需要一些上下文信息,可以简单的模拟空查询比如`g.E().limit(0)`。不过在下层query进行优化,所以不涉及此问题。
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to