mongodb建立索引及索引優化效率案例

語法:html db.collection.createIndex(keys, options) options的屬性說明: 建立索引示例:web 單鍵惟一索引:db.users. createIndex({username :1},{unique:true}); 單鍵惟一稀疏索引:db.users. createIndex({username :1},{unique:true,sparse:tr
相關文章
相關標籤/搜索