db.collection.ensureIndex(keys, options)
db.collection.ensureIndex() 已被替换为 db.collection.createIndex()。
db.collection.ensureIndex()
db.collection.createIndex()
后退
db.collection.dropIndexes
来年
db.collection.estimatedDocumentCount