MongoDB 4.0.2 已发布,主要更新内容如下:
- SERVER-35720: Allow zones to be created on non-existent collection
- SERVER-35441: drop/dropDatabase does not cleanup config.tags
- SERVER-36102: Create initial chunks on appropriate shards for zoned sharding
- SERVER-36070: Aggregation with $out results in error when Auditing is enabled
- SERVER-34846: Covered index with collated field returns incorrect result when collation not involved in match or sort
- SERVER-34664: Commands that are unsupported in a transaction should error
更多细节可查阅:
MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似 json 的 bjson 格式,因此可以存储比较复杂的数据类型。Mongo 最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。
下载地址: