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.
コレクションのインデックスをバックグラウンドインデックスで作成するとします。
db.collection.ensureIndex({name: 1}, {background: true})
インデックス作成が完了したら、このコレクションに書き込むとしましょう。
インデックスの更新は、ブロック操作または非ブロック操作のどちらになりますか?
逆に、フォアグラウンド インデックスを実行した場合はどうなるでしょうか。