I can\'t believe I have to ask this, but how do I stop a query I just ran, which is now running, and will obviously take a very long time to complete in the Mongo shell? C
C
For sharded cluster:
db.currentOp()
db.killOp("shard_id:opid")
For example:
db.killOp("shard0000:3134616")