We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Consultar en Mongo si una creación de indices sigue en proceso.
REF: https://docs.mongodb.com/manual/reference/method/db.currentOp/#active-indexing-operations
db.currentOp( { $or: [ { op: "command", "query.createIndexes": { $exists: true } }, { op: "none", ns: /\.system\.indexes\b/ } ] } )