发布于 2015-03-30 00:28:41 | 132 次阅读 | 评论: 0 | 来源: 网友投递
RethinkDB 分布式数据库
RethinkDB是一个分布式数据库,最早是作为一个对SSD进行专门优化的MySQL存储引擎出现的,其特点在于对SSD的充分利用。而目前RethinkDB已经脱离MySQL成为一个独立的存储。
RethinkDB 1.16.3 发布,此版本主要是 bug 修复:
Fixed a bug that could cause a crash when reading from a secondary index in some rare circumstances (#3976)
Fixed a bug that could cause a connection to hang indefinitely on OS X (#3954)
Fixed rethinkdb export
compatibility between Python 2 and Python 3 (#3911)
Heartbeat timeout messages now include the remote port number (#2891)
Python driver: patched to work in PyPy (#3969)
Python driver: fixed an "Unterminated string" error during rethinkdb restore
(#3859)
JavaScript driver: fixed a bug that caused cursor.each
to fail with an exception (#3826)
JavaScript driver: fixed a bug that caused connection errors to be discarded (#3733)
Ruby driver: fixed a bug that caused failures when using JRuby (#3795)
此版本现已提供下载:https://github.com/rethinkdb/rethinkdb/archive/v1.16.3.zip。
RethinkDB是一个分布式数据库,最早是作为一个对SSD进行专门优化的MySQL存储引擎出现的,其特点在于对SSD的充分利用。而目前RethinkDB已经脱离MySQL成为一个独立的存储。