内容简介:Neo4j 3.3.7 已发布,Neo4j 是世界领先的高性能图数据库,具备成熟和健壮的数据库的所有特性,如友好的查询语言和事务的 ACID 原则。主要更新内容如下: Kernel : Fixing bug that could cause checkpoint to han...
Neo4j 3.3.7 已发布,Neo4j 是世界领先的高性能图数据库,具备成熟和健壮的数据库的所有特性,如友好的查询语言和事务的 ACID 原则。主要更新内容如下:
Kernel
: Fixing bug that could cause checkpoint to hang forever if recovery cleanup job fails with
OutOfMemoryError.Reuse threads between cleanup jobs during recovery. This fixes an issue where user would see
java.lang.OutOfMemoryError: unable to create new native threadcaused by Neo violating the number of allowed tasks per process, set by system.Upgrade the Bouncy Castle dependency to version 1.60.
Cypher
Fix a bug where predicates inside pattern comprehensions could end up not being correctly planned which could lead to incorrect results
Take Query Parameters over default arguments. If you don't provide actual arguments, but query parameters instead (like in
CALL org.neo4j.aNodeWithLabelparams =Map("label" -> "Cat")) this will from now on use the provided parameters and override any default arguments. It was preferring default arguments before, if they existed.Reverts the restriction on passing unknown keys to the point function. Behaviour is now as it was before, allowing complex maps. Users need to take note of the fact that this means a map like
{x:1,y:2,z:3}will create a 2D point in Neo4j 3.1-3.3, but a 3D point in Neo4j 3.4 and later.Pattern comprehensions in other expressions were not planned correctly. Example:
size([ (a)-->(b:B) WHERE (b)-->(:C) b.foo ]). This is now fixed.
Fixed issues with WRITE procedures interacting badly with their enclosing Cypher read queries by allowing authors to add an
eagerattribute to the@Procedureannotation.Fixes https://github.com/neo4j/neo4j/issues/12017 so when solving an OR predicate, other predicates are only considered solved if they were solved in both underlying operators.
Browser
Add support for multi-statement execution
Show the total number of nodes and relationships in db meta sidebar
Fix issue where neo4j-browser kept allocating more and more disk space
Switch to React 16.4
Fix meta query to be more performant
Handle changelog url building in disconnected state
Fix crashing favorites sidebar when using non latin1 characters
Add toggle for multi statement cypher editor
Fix editor to handle string literals that contain new lines
Add
:history clearcommandAdd pagecache hits and misses to plan output
Add complete support for bolt+routing://
Add Neo4j Community Forum link to sidebar
Enable users with non reader roles to connect
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《高性能图数据库 Neo4j 3.3.7 发布,更新 Bouncy Castle》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 【架构入门 - 高性能篇】数据库高性能
- Spring Boot 2 整合 ClickHouse 数据库,数据高性能查询分析
- pgagroal 1.1.0 发布,高性能数据库连接池
- 高性能分布式存储在核心数据库的应用
- WatermelonDB 0.7.0 发布,高性能 React 数据库框架
- Redis 5.0.1 发布,高性能的 KV 数据库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
智能Web算法(第2版)
【英】Douglas G. McIlwraith(道格拉斯 G. 麦基尔雷思)、【美】Haralambos Marmanis(哈若拉玛 玛若曼尼斯)、【美】Dmitry Babenko(德米特里•巴邦科) / 达观数据、陈运文 等 / 电子工业出版社 / 2017-7 / 69.00
机器学习一直是人工智能研究领域的重要方向,而在大数据时代,来自Web 的数据采集、挖掘、应用技术又越来越受到瞩目,并创造着巨大的价值。本书是有关Web数据挖掘和机器学习技术的一本知名的著作,第2 版进一步加入了本领域最新的研究内容和应用案例,介绍了统计学、结构建模、推荐系统、数据分类、点击预测、深度学习、效果评估、数据采集等众多方面的内容。《智能Web算法(第2版)》内容翔实、案例生动,有很高的阅......一起来看看 《智能Web算法(第2版)》 这本书的介绍吧!