发布于 2016-04-07 01:02:38 | 162 次阅读 | 评论: 0 | 来源: 网友投递
RethinkDB 分布式数据库
RethinkDB是一个分布式数据库,最早是作为一个对SSD进行专门优化的MySQL存储引擎出现的,其特点在于对SSD的充分利用。而目前RethinkDB已经脱离MySQL成为一个独立的存储。
RethinkDB 2.3 发布了,该版本主要有以下方面值得关注:
Network encryption: built-in TLS support encrypts database connections
Users and permissions: you can achieve granular control over database access by creating user accounts and assigning permissions
The fold
command: we added a new fold
command to the ReQL query language that lets you perform reduce
-like operations on ordered streams, with optional support for emitting a stream of values based on the current accumulator state.
Windows compatibility: support for running RethinkDB on Windows is now in beta. You can download and install RethinkDB 2.3 on Microsoft’s operating system.
特点:
简单编程模型
JSON 数据模型和一致性
分布式联合查询、子查询、聚合查询和原子更新操作
Hadoop 风格的 map/reduce.
轻松管理
提供友好的 Web 和命令行管理工具
服务器和网络故障时的谨慎处理
多数据中心复制和故障转移
水平伸缩
数据分片和复制到多个节点
自动化并行查询和分布式查询
通过 MVCC 并发实现无锁操作
下载安装:http://rethinkdb.com/docs/install/