db.runCommand({"compact":"risk_events0"})
compact not allowed through mongos
will not run compact on an active replica set primary as this is a slow blocking operation. use force:true to force
db.runCommand({"compact":"risk_events0"})
compact not allowed through mongos
will not run compact on an active replica set primary as this is a slow blocking operation. use force:true to force