MongoDB 3.0.9 发布

jopen 8年前

MongoDB 3.0.9 发布,更新如下:

  • Fixed issue where queries which specify sort and batch size can return results out of order if documents are concurrently updated.SERVER-19996

  • Fixed performance issue where large amounts of create and drop collections can cause listDatabases to be slow under WiredTiger.SERVER-20961

  • Modified the authentication failure message to include the client IP address. SERVER-22054

  • All issues closed in 3.0.9

下载地址:

https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl

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

来自: http://www.oschina.net//news/70231/mongodb-3-0-9