内容简介:Dgraph v1.0.5 已发布,DGraph 是一个可扩展的,分布式的,低延迟的图数据库,目标是提供 Google 生产水平的规模和吞吐量,在超过TB的结构数据里,为用户提供足够低延迟的实时查询。DGraph 支持 GraphQL 作为查...
Dgraph v1.0.5 已发布,DGraph 是一个可扩展的,分布式的,低延迟的图数据库,目标是提供 Google 生产水平的规模和吞吐量,在超过TB的结构数据里,为用户提供足够低延迟的实时查询。DGraph 支持 GraphQL 作为查询语言,响应 JSON。
该版本带来了两项新特性:
服务端排序
指定白名单 IP 地址(管理员)
并带来了以下修复和改进:
Fix bug where predicate with string type sometimes appeared as
_:uidffffffffffffffffin exports.Validate facet value should be according to the facet type supplied when mutating using NQuads (#2074).
Use
time.Equalfunction for comparing predicates withdatetime(#2219).Skip
BitEmptyPostingforhasqueries.Return error from query if we don't serve the group for the attribute instead of crashing (#2227).
Send
maxpendingin connection state to server (#2236).Fix bug in SP* transactions (#2148).
Batch and send during snapshot to make snapshots faster.
Don't skip schema keys while calculating tablets served.
Fix the issue which could lead to snapshot getting blocked for a cluster with replicas (#2266).
Dgraph server retries indefinitely to connect to Zero.
Allow filtering and regex queries for list types with lossy tokenizers.
Dgraph server segfault in worker package (#2322).
Node crashes can lead to the loss of inserted triples (#2290).
Cancel pending transactions for a predicate when predicate move is initiated.
Move Go client to its own repo at
dgraph-io/dgo.Make
expand(_all_)return value and uid facets.
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Web开发实战经典(基础篇)
李兴华、王月清 / 清华大学出版社 / 2010-8 / 69.80元
本书用通俗易懂的语言和丰富多彩的实例,通过对Ajax、JavaScript、HTML等Web系统开发技术基础知识的讲解,并结合MVC设计模式的理念,详细讲述了使用JSP及Struts框架进行Web系统开发的相关技术。 全书分4部分共17章,内容包括Java Web开发简介,HTML、JavaScript简介,XML简介,Tomcat服务器的安装及配置,JSP基础语法,JSP内置对象,Java......一起来看看 《Java Web开发实战经典(基础篇)》 这本书的介绍吧!