nawawa001 发表于 2015-5-7 13:08:03

RethinkDB 2.0 发布,分布式数据库

5月23日 西安 OSC 源创会开始报名啦,存储、虚拟机、Docker 等干货分享
  RethinkDB 2.0 的候选版本已经发布了,可用于测试,本版本致力于简化创建过程。用户可以操作RethinkDB 来持续更新应用程序汇中的现场查询。同时还可以采用 RethinkDB 的分布式架构优势来扩展应用程序。
  新增功能:
  


[*]  Support for attaching a changefeed to the get_all command.
[*]  Support for attaching a changefeed to the union command.
[*]  Optional EventMachine integration for performing asynchronous queries in theRuby driver.
[*]  Optional Tornado integration for performing asynchronous queries in thePython driver.
[*]  A new feature in the cursor API that supports consuming the next element ina stream without blocking.
  

  此版本de测试版本已提供下载:https://github.com/rethinkdb/rethinkdb/releases/tag/v2.0.0-0RC1
  RethinkDB 设计用来存储 JSON 文档的分布式数据库,可通过简单操作实现多机分布式存储。支持表的联合和分组查询。
页: [1]
查看完整版本: RethinkDB 2.0 发布,分布式数据库