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

作者: baihuo 2018-03-16 14:52:54
Neo4j 3.3.4 已发布,Neo4j 是世界领先的高性能图数据库,具备成熟和健壮的数据库的所有特性,如友好的查询语言和事务的 ACID 原则。

更新内容:
Kernel
[list][*]Fixes as issue with applying index updates to unique indexes #11009
[*]Traversal endpoint script execution is now disabled by default, by introducing the unsupported.dbms.security.script_enabled setting, and making it false by default. #11078
[*]3.1 Resolved inc backup debug.logs wrong location #11104
[*]3.2 Resolved inc backup debug.logs wrong location #11106
[*]3.3 Resolved inc backup debug.logs wrong location #11107
[/list]Cypher
[list][*]Fix bug where shortestPath unnecessarily required named nodes #10995
[*]Fixes incorrect planning of pattern comprehension inside unwind #11008
[*]Fix offset bug in periodic commit #11027
[*]Close procedure streams on failures #11036
[*]Fixes bug with unsupported default value for explicit.remove procedures #11113
[*]Fix Node X not found exceptions arising when searching an explicit index which contains nodes that have been deleted. #11133
[*]Fixed performance regression with user-defined functions that expand paths #11162
[/list]
更新详情请参阅 ChangeLog

下载地址:
[list][*]Source code (zip)
[*]Source code (tar.gz)
[/list]
来自:开源中国社区

相关资讯