2867021781 commented on issue #1934:
URL:
https://github.com/apache/incubator-hugegraph/issues/1934#issuecomment-1189970455
> > 不过为啥用ScyllaDB不能开启raft呢?
>
> 启用`raft.mode=true`是在RocksDB等非共享存储的场景用于同步数据,ScyllaDB本身是共享存储无需Raft同步数据。
好的了解,但是在使用gremlin语句查询时出现了问题: 工具:hugegraph-hubble
语句:g.V()
错误:Error encountered evaluating script:
g.V('1:42Qna','1:42_ij','1:446rx',...').bothE().dedup().limit(500)
语句:g.V("1:1K").repeat(out()).until(out().count().is(0)).path()
错误:Error encountered evaluating script:
g.V('1:42YLy','1:42xIs',...').bothE().local(limit(100)).dedup()
数据量:vertices/edges 1134890/2987624
是因为返回的数据有条数限制吗?我用rocksdb或者hbase是可以查询出来的
--
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]