MongoDB 3.2.5-rc1 发布
发布日期:2016-4-21 14:4:12
MongoDB 3.2.5-rc1 发布 MongoDB 3.2.5-rc1 发布了,MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的 bjson格式,因此它可以存储比较复杂的数据类型。 Mongo最大的特点是他支持的查询语言非常强大,它的语法有点类似于面向对象的查询语言,几乎可以实现 类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。 主要Bug修复如下所示: 1、SERVER-23274 Aggregate with out, then stepdown, out collection dropped. 2、SERVER-22937 Retry catalog operations whenever possible 3、SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow() 4、SERVER-21681 In-memory storage engine not reporting index size 5、SERVER-22964 IX GlobalLock being held while wating for wt cache eviction 6、SERVER-22831 Low query rate with heavy cache pressure and an idle collection 下载地址如下所示:http://www.mongodb.org/downloads 下一条: PostgreSQL promote过程
|