内容简介: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
_:uidffffffffffffffff
in exports.Validate facet value should be according to the facet type supplied when mutating using NQuads (#2074).
Use
time.Equal
function for comparing predicates withdatetime
(#2219).Skip
BitEmptyPosting
forhas
queries.Return error from query if we don't serve the group for the attribute instead of crashing (#2227).
Send
maxpending
in 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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Instagram 开源降低 Cassandra 延迟的 Rocksandra
- Instagram 开源降低 Cassandra 延迟的 Rocksandra
- [译] 让 Apache Cassandra 尾部延迟减小 10 倍,已开源
- 开源智能手机 Librem 5 的开发板延迟至8月份出货
- Dgraph v0.9.2 发布,低延迟的开源图数据库
- Dgraph v1.0.0 正式发布,低延迟的开源图数据库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
设计模式之禅(第2版)
秦小波 / 机械工业出版社 / 2014-2-25 / 89.00元
本书是设计模式领域公认的3本经典著作之一,“极具趣味,容易理解,但讲解又极为严谨和透彻”是本书的写作风格和方法的最大特点。第1版2010年出版,畅销至今,广受好评,是该领域的里程碑著作。深刻解读6大设计原则和28种设计模式的准确定义、应用方法和最佳实践,全方位比较各种同类模式之间的异同,详细讲解将不同的模式组合使用的方法。第2版在第1版的基础上有两方面的改进,一方面结合读者的意见和建议对原有内容中......一起来看看 《设计模式之禅(第2版)》 这本书的介绍吧!