发布于 2018-01-17 03:24:56 | 231 次阅读 | 评论: 0 | 来源: 网友投递
MongoDB 分布式文件存储的数据库
MongoDB 是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可扩展的高性能数据存储解决方案。
MongoDB 3.6.2 发布了,更新内容:
bug 修复:
SERVER-31267: CollectionCloner fails if collection is dropped between getMore calls.
SERVER-31625: The contents of Unknown macro: {USER}
needs to be escaped when querying for the groups using LDAP server.
SERVER-31684: QueryPlanKilled (operation exceeded time limit) in $changeStream with updateLookup.
SERVER-31982: Shard does not call config commit chunk migration command with majority writeConcern nor checks for writeConcern errors..
SERVER-32246: PID file permission on v3.6 make it not monitorable using pid file.
SERVER-32255: UUIDs may be absent from shard secondary local collections.
SERVER-32282: Aggregation text search returns text score even if it wasn’t requested when targeting multiple shards in a sharded cluster.
完整内容请查看更新日志。