RethinkDB 2.0 发布,分布式数据库

jopen 9年前

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 the Ruby driver.

    • Optional Tornado integration for performing asynchronous queries in the Python driver.

    • A new feature in the cursor API that supports consuming the next element in a stream without blocking.

此版本de测试版本已提供下载:https://github.com/rethinkdb/rethinkdb/releases/tag/v2.0.0-0RC1

RethinkDB 设计用来存储 JSON 文档的分布式数据库,可通过简单操作实现多机分布式存储。支持表的联合和分组查询。

RethinkDB 2.0 发布,分布式数据库

来自:http://www.oschina.net/news/61533/rethinkdb-2-0