We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tugraph版本4.1.0,点边:
执行点边查询,后台看cpu应该跑满了:
前台看有很多请求都失败了: 1、比如查看当前插件 2、查询schema的请求
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
升级到最新版本,有更高效的点边统计调用:CALL dbms.meta.countDetail()
不仅仅是点边统计,查询schema接口也超时了,想请问下如果写了一个比较复杂的存储过程,运行的时候CPU占用过高会不会影响其他业务?想知道这个地方有没有做资源隔离或者限制
升级到最新版本,有更高效的点边统计调用:CALL dbms.meta.countDetail() 不仅仅是点边统计,查询schema接口也超时了,想请问下如果写了一个比较复杂的存储过程,运行的时候CPU占用过高会不会影响其他业务?想知道这个地方有没有做资源隔离或者限制
目前没有资源隔离。
No branches or pull requests
tugraph版本4.1.0,点边:
执行点边查询,后台看cpu应该跑满了:
前台看有很多请求都失败了:
1、比如查看当前插件
2、查询schema的请求
The text was updated successfully, but these errors were encountered: