MongoDB 3.5.3 已于 2 月 14 日发布。MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似 json 的 bjson 格式,因此可以存储比较复杂的数据类型。
该版本提交记录如下:
Package smoke testing should retry verify step
Add check to ensure write concern is satisfiable in init
Fix message delimiters in earlier fix
Invalidate old index record IDs after renaming collections
Move sys-perf state to /data from $HOME
SLES11 s390x build should target z9-109, not z196
Fix yielding in handleDuplicateDbName
软件详情:https://github.com/mongodb/mongo/
下载地址:https://github.com/mongodb/mongo/archive/r3.5.3.zip
来自:开源中国社区

