AbdelAziz ESSAADI
AbdelAziz ESSAADI

Reputation: 21

compact mongodb collection in background

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

Upvotes: 0

Views: 511

Answers (0)

Related Questions