JackyYangPassion commented on issue #2606:
URL:
https://github.com/apache/incubator-hugegraph/issues/2606#issuecomment-2257995500
# 是的: 点或者边的个数 类似于这种返回
```
[
0:{
"dur":9.647347
"metrics":[
0:{
"dur":0.138889
"counts":{
"traverserCount":1
"elementCount":1
}
"name":"HugeGraphStep(vertex,[12345])"
"annotations":{
"percentDur":1.4396600433259008
}
"id":"4.0.0()"
}
1:{
"dur":9.508458
"counts":{
"traverserCount":7
"elementCount":7
}
"name":"HugeVertexStep(OUT,edge)"
"annotations":{
"percentDur":98.5603399566741
}
"id":"5.0.0()"
}
]
}
]
```
# 关于性能:达到ms 级别
1. 这么大的数据量可以尝试是否能够加limit
2. 采用最新版本的存储 master 分支
3. 采用Http接口kout,会有并发查询,看下性能
4. 在边schema 设计的时候尽量拟合outE 别用bothE 也能提升一倍性能
--
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]