Just inserted some data, and used a script to tell MongoDB to index the data, but is there a Mongo shell command where I can check wether the indexing is complete?
Run db.currentOp()
in the shell to see if your indexing operation is still in progress.
See more info in the documentation here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With