发布于 2015-08-16 23:59:49 | 167 次阅读 | 评论: 0 | 来源: 网友投递
RethinkDB 分布式数据库
RethinkDB是一个分布式数据库,最早是作为一个对SSD进行专门优化的MySQL存储引擎出现的,其特点在于对SSD的充分利用。而目前RethinkDB已经脱离MySQL成为一个独立的存储。
RethinkDB 2.1.1 发布,此版本主要是 bug 修复版本:
Fixed a problem where after migration, some replicas remained unavailable when reconfiguring a table (#4668)
Removed the defunct --migrate-inconsistent-data
command line argument (#4665)
Fixed the slider for setting write durability during table creation in the web UI (#4660)
Fixed a race condition in the clustering subsystem (#4670)
Improved the handling of error messages in the testing system (#4657)
下载:https://github.com/rethinkdb/rethinkdb/archive/v2.1.1.zip。
RethinkDB是一个分布式数据库,最早是作为一个对SSD进行专门优化的MySQL存储引擎出现的,其特点在于对SSD的充分利用。而目前RethinkDB已经脱离MySQL成为一个独立的存储。