[Improve] Gremlin query ids batch query to backend such as HBase/HStore #2674
Labels
bug
Something isn't working
gremlin
TinkerPop gremlin
hbase
HBase backend
improvement
General improvement
Bug Type (问题类型)
None
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
Motivation
Example
当前版本问题 时间复杂度为O(n),
当使用RPC查询后端,性能很差,常规优化手法是批量查询下发存储层
Optimization plan
此处直接调用query.query(ids)
TODO: 待提交PR
GraphTransaction#queryVerticesByIds
The text was updated successfully, but these errors were encountered: