MongoDB 4.1.0 和 3.6.5 已发布,MongoDB 是一个分布式文档存储数据库。
已修复的 issue:
SERVER-34746: Segmentation fault when shard is started with –shardsvr before being added to a shard
SERVER-34423: collMod interruption may cause invariant failure
SERVER-34390: MongoDB binaries for macOS support TLS 1.2.
SERVER-29463: Platform Support: add Debian 9 “stretch”
SERVER-34399: $changeStream with invalid resume token crashes the server.
4.0 系列目前处于开发阶段,点此查看发布说明。
源码下载:https://github.com/mongodb/mongo/releases
下载地址:https://www.mongodb.com/download-center?jmp=nav#community
MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似 json 的 bjson 格式,因此可以存储比较复杂的数据类型。Mongo 最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。
4.x支持多文档事物