
createIndex
createIndex资料_createIndex简介_createIndex大全createIndex列表
mongodb中createIndex()的作用:在mongodb中createIndex()可以用来创建索引,需要注意的是在3.0.0版本前创建索引方法为“db.collection.ensureIndex()”,之后的版本才使用“db.collection.createIndex()方法,createIndex()方法的语法格式为:“db.collecti
共1页/1条