Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのデータを挿入し、スクリプトを使用して MongoDB にデータのインデックス作成を指示しましたが、インデックス作成が完了したかどうかを確認できる Mongo シェル コマンドはありますか?
シェルで実行db.currentOp()して、インデックス作成操作がまだ進行中かどうかを確認します。
db.currentOp()
詳細については、こちらのドキュメントを参照してください。