We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf16f9 commit a4abdfcCopy full SHA for a4abdfc
src/mongo/db/commands/compact.cpp
@@ -65,7 +65,7 @@ namespace mongo {
65
}
66
virtual void help( stringstream& help ) const {
67
help << "compact collection\n"
68
- "warning: this operation blocks the server and is slow. you can cancel with cancelOp()\n"
+ "warning: this operation locks the database and is slow. you can cancel with killOp()\n"
69
"{ compact : <collection_name>, [force:<bool>], [validate:<bool>],\n"
70
" [paddingFactor:<num>], [paddingBytes:<num>] }\n"
71
" force - allows to run on a replica set primary\n"
0 commit comments