mongodb中對索引的獲取、創建和刪除

獲取索引 db.數據集.getIndexes() 創建索引 db.數據集.createIndex({...},{...}) 刪除索引 db.數據集.dropIndex({...}) 實驗如下 : 刪除索引
相關文章
相關標籤/搜索