红联Linux门户
Linux帮助

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

发布时间:2016-08-31 22:27:29来源:红联作者:roeta
MongoDB 3.3.12 发布了,MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似 json的bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。

部分更新如下:

[SERVER-4936] - Server support for "maxStalenessMS" read preference option

[SERVER-7200] - use oplog as op buffer on secondaries

[SERVER-13367] - Specialize operator<<(std::ostream&, BSONType)

[SERVER-19507] - Distinct command should use covered query plan when distinct field is a non-first element of index key pattern

[SERVER-21757] - ServerStatus "advisoryHostFQDNs" should be optional and not default

[SERVER-22345] - jstestfuzz - run on Solaris

[SERVER-22382] - mongo shell should accept mongodb:// URI for --host

[SERVER-23100] - Add methods to StringBuilder/str::stream that return unowned copy of underlying string

[SERVER-23478] - Update "repl.network.readersCreated" metric in the OplogFetcher

[SERVER-23501] - Erroring command replies should include stringified ErrorCode

软件详情:https://jira.mongodb.org/secure/ReleaseNote.jspa?version=17209&styleName=Text&projectId=10000&Create=Create&atl_token=ASGJ-NC06-6R0X-EKH7%7Cfe5cdf2a908d4b36a301c4058038311a74ab613f%7Clout

下载地址:https://github.com/mongodb/mongo/archive/r3.3.12.tar.gz

来自:开源中国社区
文章评论

共有 0 条评论