team470 发表于 2015-12-25 11:16:20

MongoDB 3.0.8 发布

欢迎加入运维网交流群:263444886  
  MongoDB 3.0.8 发布,更新如下:
  - SERVER-20303 Negative scaling at low thread count under WiredTiger when inserting large documents
  - SERVER-21027 Reduced performance of index lookups after removing documents from collection

  - SERVER-21553 Oplog grows to 3x configured>  - SERVER-2454 Queries that are killed during a yield should return error to user instead of partial result set
  - SERVER-20407 findAndModify on mongoS can upsert to the wrong shard
  - TOOLS-939 Error restoring database “insertion error: EOF”
  发行说明:

  MongoDB 3.0.8 is>  下载:
  https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl
  MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。
  
  
  
页: [1]
查看完整版本: MongoDB 3.0.8 发布