cleanupOrphaned
重要
从MongoDB 6.0.3开始, 您应使用 $shardedDataDistribution
阶段运行聚合,以确认没有剩余孤立文档。 有关详细信息,请参阅确认没有保留孤立文档。
定义
兼容性
此命令可用于以下环境中托管的部署:
MongoDB Atlas:用于云中 MongoDB 部署的完全托管服务
重要
M 0 、M 2和 M 5集群不支持此命令。 有关更多信息,请参阅不支持的命令。
MongoDB Enterprise:基于订阅、自我管理的 MongoDB 版本
MongoDB Community:源代码可用、免费使用且可自行管理的 MongoDB 版本
语法
该命令具有以下语法:
db.runCommand( { cleanupOrphaned: "<database>.<collection>", startingFromKey: <minimumShardKeyValue>, // deprecated secondaryThrottle: <boolean>, // deprecated writeConcern: <document> // deprecated } )
命令字段
cleanupOrphaned
有以下字段:
字段 | 类型 | 说明 |
---|---|---|
cleanupOrphaned | 字符串 | 等待清理孤立数据的分片集合的命名空间,即数据库名称和集合名称。 |
行为
确定范围
该字段的值不用于确定清理范围的边界。 无论startingFromKey
是否存在或值如何, cleanupOrphaned
命令都会等到命名空间中所有范围内的所有孤立文档都从分分片清除后再完成。
必需的访问权限
在使用authorization
运行的系统上,您必须具有clusterAdmin
特权才能运行cleanupOrphaned
。
输出
returnDocument
每个cleanupOrphaned
命令都会返回一个包含以下字段子集的文档: