Z-HUANT commented on issue #2255:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2255#issuecomment-1759210752

   针对问题一:接口不仅限于 api,也包括 gremlin 查询,所以需要在解析的 query 里面进行判断
   针对问题二:是的,如果查询的 label 不为空,那么直接从 schema 中判断是否存在对应的 edgelabel(schema 
存在于内存中,所以可以快速判断,进行无效查询的跳过,加速性能)


-- 
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