gpt4 book ai didi

gremlin - aws 海王星因大图下降而超时 ()

转载 作者:行者123 更新时间:2023-12-03 23:11:00 33 4
gpt4 key购买 nike

已经有一些关于这个主题的线程..
特别this one

但是除了批处理之外,是否有任何推荐的解决方案可以删除大图?
我尝试增加超时,但它不起作用

下面是例子..

gremlin> g.V().count()

==>5230885

gremlin> g.V().drop().iterate()

{"requestId":"77c64369-45fa-462f-91d7-5712e3308497","detailedMessage":"在评估 [RequestMessage{ 期间脚本内发生超时{, requestId=77c64369-45fa-462f-91d73-5712e, op eval', processor='', args={gremlin=gV().drop().iterate(), bindings={}, batchSize=64}}] - 考虑增加超时","code":"TimeLimitExceededException"}
输入 ':help' 或 ':h' 寻求帮助。
显示堆栈跟踪? [yN]N

gremlin> g.E().count()

==>83330550

gremlin> :远程配置超时无

==>远程超时被禁用

gremlin> g.E().drop().iterate()

{"requestId":"d418fa03-72ce-4154-86d8-42225e4b9eca","detailedMessage":"在评估 [RequestMessage{, requestId=d418fa03-72ce-4154-86d8-42225e4b=' eval', processor='', args={gremlin=gE().drop().iterate(), bindings={}, batchSize=64}}] - 考虑增加超时","code":"TimeLimitExceededException"}
输入 ':help' 或 ':h' 寻求帮助。
显示堆栈跟踪? [yN]N

最佳答案

您可以使用参数组选项 neptune_query_timeout 增加 Neptune 集群的超时时间。 .

如果使用 Java 客户端的 3.3.7 版本,您可以为特定请求指定它:
Set Timeouts at a Per-Query Level

希望很快你就能运行:

g.with("scriptEvaluationTimeout", 600).V().drop()

关于gremlin - aws 海王星因大图下降而超时 (),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57310786/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com