发布于 2015-09-14 14:54:47 | 146 次阅读 | 评论: 0 | 来源: 网络整理
参数: |
|
---|
Terminates the specified operation. Use db.currentOp() to find operations and their corresponding ids. See 当前操作报告 for full documentation of the output of db.currentOp().
注解
You cannot use db.killOp() to kill a foreground index build.
警告
Terminate running operations with extreme caution. Only use db.killOp() to terminate operations initiated by clients and do not terminate internal database operations.