fenghzy 发表于 2015-10-8 08:01:06

RethinkDB 2.1.4 发布,分布式数据库

欢迎加入运维网交流群:263444886  
  RethinkDB 2.1.4 发布,此版本更新内容如下:

[*]  Fixed a data corruption bug that could occur when deleting documents (#4769)
[*]  The web UI no longer ignores errors during table configuration (#4811)
[*]  Added a check in case reconfigure is called with a non-existent server tag (#4840)
[*]  Removed a spurious debug-mode assertion that caused a server crash when tryingto write to the stats system table (#4837)
[*]  The rethinkdb restore and rethinkdb import commands now wait for secondaryindexes to become ready before beginning the data import (#4832)
  RethinkDB 设计用来存储 JSON 文档的分布式数据库,可通过简单操作实现多机分布式存储。支持表的联合和分组查询。

  特点:
  简单编程模型

[*]  JSON 数据模型和一致性
[*]  分布式联合查询、子查询、聚合查询和原子更新操作
[*]  Hadoop 风格的 map/reduce.
  轻松管理

[*]  提供友好的 Web 和命令行管理工具
[*]  服务器和网络故障时的谨慎处理
[*]  多数据中心复制和故障转移
  水平伸缩

[*]  数据分片和复制到多个节点
[*]  自动化并行查询和分布式查询
[*]  通过 MVCC 并发实现无锁操作
页: [1]
查看完整版本: RethinkDB 2.1.4 发布,分布式数据库