compact mongodb collection in background

444 views Asked by At

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})
0

There are 0 answers