MongoDB 3.2.5-rc1 发布,分布式文档存储数据库

MongoDB 3.2.5-rc1 发布了, MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的 bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现 类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。

主要Bug修复:

SERVER-23274 Aggregate with out, then stepdown, out collection dropped.

SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()

SERVER-22964 IX GlobalLock being held while wating for wt cache eviction

SERVER-22937 Retry catalog operations whenever possible

SERVER-22831 Low query rate with heavy cache pressure and an idle collection

SERVER-21681 In-memory storage engine not reporting index size

下载地址: http://www.mongodb.org/downloads

;