为什么没有关系需要很长时间

时间:2013-10-09 13:08:58

标签: neo4j relationship

为什么以下查询需要这么长时间:

neo4j-sh (0)$ start r=relationship(*) return count(r);                                                                              
+----------+
| count(r) |
+----------+
| 0        |
+----------+
1 row
217819 ms
  • DB:25M节点,0个关系
  • 机器:2xCPU,8GB RAM

0 个答案:

没有答案