标签: mongodb indexing
假设我使用背景索引编制索引。
db.collection.ensureIndex({name: 1}, {background: true})
索引完成后,假设我写信给这个集合。
索引更新是阻止还是非阻止操作?
相反,如果我执行了前景索引怎么办?