Dgraph v1.0.5 发布,低延迟的开源图数据库

栏目: 软件资讯 · 发布时间: 7年前

内容简介: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 with datetime(#2219).

  • Skip BitEmptyPosting for has 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]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

数据结构与算法JavaScript描述

数据结构与算法JavaScript描述

[美] Michael McMillan / 王群锋、杜 欢 / 人民邮电出版社 / 2014-8 / 49.00元

通过本书的学习,读者将能自如地选择最合适的数据结构与算法,并在JavaScript开发中懂得权衡使用。此外,本书也概述了与数据结构与算法相关的JavaScript特性。 本书主要内容如下。 数组和列表:最常用的数据结构。 栈和队列:与列表类似但更复杂的数据结构。 链表:如何通过它们克服数组的不足。 字典:将数据以键-值对的形式存储。 散列:适用于快速查找和检索。......一起来看看 《数据结构与算法JavaScript描述》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码