I always run the compact command on mongodb and it disturb the performance of the DB , do you know if adding Background : true will work ? I'm asking before testing it .
db.runCommand({compact:'OPC_PLANT_DATA'}, {'background' : true})
I always run the compact command on mongodb and it disturb the performance of the DB , do you know if adding Background : true will work ? I'm asking before testing it .
db.runCommand({compact:'OPC_PLANT_DATA'}, {'background' : true})