内容简介:Dgraph 1.0.6 发布了,Dgraph 是一个可扩展的,分布式的,低延迟的图数据库,目标是提供 Google 生产水平的规模和吞吐量,在超过 TB 的结构数据里,为用户提供足够低延迟的实时查询。Dgraph 支持 GraphQL 作为查...
Dgraph 1.0.6 发布了,Dgraph 是一个可扩展的,分布式的,低延迟的图数据库,目标是提供 Google 生产水平的规模和吞吐量,在超过 TB 的结构数据里,为用户提供足够低延迟的实时查询。Dgraph 支持 GraphQL 作为查询语言,响应 JSON。
此次更新内容如下:
Added
Support GraphQL vars as args for Regexp function. #2353
Support GraphQL vars with filters. #2359
Add JSON mutations to raw HTTP. #2396
Fixed
Fix math >= evaluation. #2365
Avoid race condition between mutation commit and predicate move. #2392
Ability to correctly distinguish float from int in JSON. #2398
Remove dummy data key. #2401
Serialize applying of Raft proposals. Concurrent application was complex and cause of multiple bugs. #2428.
Improve Zero connections.
Fix bugs in snapshot move, refactor code and improve performance significantly. #2440, #2442
Add error handling to GetNoStore. Fixes #2373.
Fix bugs in Bulk loader. #2449
Changed
Pull in Badger v1.5.2.
Raft storage is now done entirely via Badger. This reduces RAM consumption by previously used MemoryStorage. #2433
Trace how node.Run loop performs.
Allow tweaking Badger options.
需要注意的是,此版本修改了一些标志名称。特别是 Badger 选项现在通过以 --badger 命名的标志暴露。
详情见更新日志。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Dgraph 1.2.2 发布,事务性分布式图形数据库
- Dgraph 1.2.8 发布,事务性分布式图形数据库
- Dgraph 21.03.0 发布,事务性分布式图形数据库
- Dgraph 1.0.8 发布,事务性的分布式图形数据库
- Dgraph 1.0.8 发布,事务性的分布式图形数据库
- Dgraph 1.0.10 发布,事务性的分布式图形数据库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Semi-Supervised Learning
Xiaojin Zhu、Andrew B. Goldberg / Morgan and Claypool Publishers / 2009-6-29 / USD 40.00
Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, le......一起来看看 《Introduction to Semi-Supervised Learning》 这本书的介绍吧!