Neo4j 3.3.1 发布,高性能图数据库

来源: OSCHINA
编辑: oschina
2017-12-17 11:26:00

Neo4j 3.3.1 发布了,该版本值得关注的改进内容包括: 

  • Make the dbms.checkpoint.iops.limit setting dynamic so it can be changed at runtime with the dbms.setConfigValue(setting, value) procedure. #10313

  • Add --pagecache parameter to the neo4j-admin backup command, with a default value of 8 MiB that now overrides the page cache setting in neo4j.conf#10463

  • Fixes #10353 so that calling exists or IS NOT null on a property of a null node evaluates to null #10371

  • Equality for lists is now in accordance with OpenCypher. #10411

    • Before this change, [1,2,3] = [1,2,null] returned false. Now, this comparison will return null which makes equality more consistent in it’s behavior.

完整内容请看 changelog

此外,Neo4j 3.4 版本目前最新的是 alpha03 版本,改进内容请看 changelog

展开阅读全文
点击加入讨论🔥(3) 发布并加入讨论🔥
3 评论
8 收藏
分享
返回顶部
顶部