内容简介:Neo4j 3.4.0-alpha08 已发布,Neo4j 是世界领先的高性能图数据库,具备成熟和健壮的数据库的所有特性,如友好的查询语言和事务的 ACID 原则。 更新内容: Kernel Index-backed support for spatial point equali...
Neo4j 3.4.0-alpha08 已发布,Neo4j 是世界领先的高性能图数据库,具备成熟和健壮的数据库的所有特性,如友好的查询语言和事务的 ACID 原则。
更新内容:
Kernel
Index-backed support for spatial point equality and range searches from Cypher. #10702
For example, the following query will return all points in the specified range:
WITH point({latitude: 56.5, longitude: 12.5}) as bottomLeft, point({latitude: 57.5, longitude: 13.5}) as topRight MATCH (c:City) WHERE c.location > bottomLeft AND c.location < topRight
This also includes support for storing points and arrays of points as node properties.
Any temporal value can be stored in a property. This includes Date, Time, DateTime, LocalTime, LocalDateTime, and Duration. #10992
Cypher
Fix bug in bytecode generation for multiple ands and ors #10943
dbms.procedures() which lists all built-in procedures now also list their mode #10973
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
详情请查看ChangeLog
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 【架构入门 - 高性能篇】数据库高性能
- Spring Boot 2 整合 ClickHouse 数据库,数据高性能查询分析
- pgagroal 1.1.0 发布,高性能数据库连接池
- 高性能分布式存储在核心数据库的应用
- WatermelonDB 0.7.0 发布,高性能 React 数据库框架
- Redis 5.0.1 发布,高性能的 KV 数据库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python高效开发实战——Django、Tornado、Flask、Twisted(第2版)
刘长龙 / 电子工业出版社 / 2019-1 / 99
也许你听说过全栈工程师,他们善于设计系统架构,精通数据库建模、通用网络协议、后端并发处理、前端界面设计,在学术研究或工程项目上能独当一面。通过对Python 3及相关Web框架的学习和实践,你就可以成为这样的全能型人才。 《Python高效开发实战——Django、Tornado、Flask、Twisted(第2版)》分为3篇:上篇是Python基础,带领初学者实践Python开发环境,掌握......一起来看看 《Python高效开发实战——Django、Tornado、Flask、Twisted(第2版)》 这本书的介绍吧!