MongoDB 3.0.9
发布日期:2016-4-29 13:4:49
MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,类似json的bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。 MongoDB 3.0.9 发布,更新如下: 1、Fixed performance issue where large amounts of create and drop collections can cause listDatabases to be slow under WiredTiger.SERVER-20961 2、Fixed issue where queries which specify sort and batch size can return results out of order if documents are concurrently updated.SERVER-19996 3、Modified the authentication failure message to include the client IP address. SERVER-22054 4、All issues closed in 3.0.9 下载地址如下所示: https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl
|