Replies: 1 comment 1 reply
-
这个时间包含拉起k8s 资源的时间么 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述:
我们在k8s上集群部署graphscope,使用graphscope的GLE引擎进行【在线的图计算】
每次进行图计算之前,都需要初始化一个graphscope【默认配置】的运行环境,时间在1分钟左右(未进行图数据的加载),请问这个时间是否可以缩短,或者说是在日常使用的过程中,初始化运行环境的确是要一分钟左右。(初始化流程如上图所示)
在使用过程当中,各个环节所花时间如下:
构建计算环境时间:58s
数据加载时间:100s
图计算时间:1s
Beta Was this translation helpful? Give feedback.
All reactions