zsy001 发表于 2016-10-29 01:05:48

MongoDB 3.3.14 发布,分布式文档存储数据库

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

[*]   - renameCollection wrapper accepts wrong arguments and fails silently
[*]   - Incorrect character conversion between UTF-8 and UTF-16
[*]   - mongodb-org-3.2.0 on RHEL6 requires openssl>=1.0.1e
[*]   - Number of databases on Windows is limited when using on-disk encryption
[*]   - insertOne method accepts non-documents
[*]   - Failure to commit chunk migration due to shutdown should not fassert
[*]   - NumberDecimal values can be inserted in legacy write mode when featureCompatibilityVersion is 3.2
[*]   - createIndexes command should write the spec of the index as created to the oplog
[*]   - db.collection.explain().count() does not respect hint option
[*]   - Do not display startup warnings when querying for version
[*]   - make upsert commands in shard_aware*.js tests mimic the command sent by the config server
  完整版更新内容请查阅:更新列表
  下载地址:

[*]  Source code (zip)
[*]  Source code (tar.gz)
页: [1]
查看完整版本: MongoDB 3.3.14 发布,分布式文档存储数据库