发布于 2015-04-15 00:55:35 | 147 次阅读 | 评论: 0 | 来源: 网友投递
RethinkDB 分布式数据库
RethinkDB是一个分布式数据库,最早是作为一个对SSD进行专门优化的MySQL存储引擎出现的,其特点在于对SSD的充分利用。而目前RethinkDB已经脱离MySQL成为一个独立的存储。
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是一个分布式数据库,最早是作为一个对SSD进行专门优化的MySQL存储引擎出现的,其特点在于对SSD的充分利用。而目前RethinkDB已经脱离MySQL成为一个独立的存储。