INSERT EDGE 相同边和相同的终点,不同的起点支持批量操作吗?

INSERT edge relation (name) VALUES '{A}'->'{B}':('relation');
  • A: 1000个
  • B: 1个
  • 边: relation

支持批量操作吗?
类似于下面这样:

INSERT edge relation (name) VALUES 'A1','A2'....->'{B}':('relation');

:thinking: 这个是不支持的,你可以变成 A1 → B,A2 → B 这样插入。

现在就是这样的,但是一遇到数据比较多,时间累计起来还是比较慢的

我要祭出绿色通道了 GitHub - vesoft-inc/nebula: A distributed, fast open-source graph database featuring horizontal scalability and high availability 可以给我们提一个 issue 呀

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。