RethinkDB 2.0 發布,分布式數據庫
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 文檔的分布式數據庫,可通過簡單操作實現多機分布式存儲。支持表的聯合和分組查詢。
來自:http://www.oschina.net/news/61533/rethinkdb-2-0