小编ger*_*ger的帖子

更新neo4j db中所有节点的属性导致内存不足

我的图形数据库有350万个节点大小的数据库是1.6GB我试图通过neo4jshell以下查询更新所有节点的属性.

Match (p:Person) set p.regId= toInt(p.regId) ;
Run Code Online (Sandbox Code Playgroud)

在这之前我已经在Person上添加了属性索引regId.在执行期间,抛出以下错误

java.lang.MemoryError:超出了GC开销限制

neo4j cypher

5
推荐指数
2
解决办法
374
查看次数

标签 统计

cypher ×1

neo4j ×1