记得上下班打卡 | git大法好,push需谨慎

Commit fe6460d2 authored by 张国柄's avatar 张国柄

+index:mongodb;

parent 45933bcc
...@@ -58,6 +58,7 @@ sh.shardCollection("dev_ln_scene.GoblinStoreOrderVo",{"orderId":"hashed"}); ...@@ -58,6 +58,7 @@ sh.shardCollection("dev_ln_scene.GoblinStoreOrderVo",{"orderId":"hashed"});
sh.shardCollection("dev_ln_scene.GoblinSelfMarketingVo",{"selfMarketId":"hashed"}); sh.shardCollection("dev_ln_scene.GoblinSelfMarketingVo",{"selfMarketId":"hashed"});
// ================================================== 创建索引 // ================================================== 创建索引
db.GoblinSelfGoodsCategoryVo.createIndex({cateId:"hashed"});
db.GoblinStoreGoodsCategoryVo.createIndex({storeId:"hashed"}); db.GoblinStoreGoodsCategoryVo.createIndex({storeId:"hashed"});
db.GoblinMgtCategorySpecVo.createIndex({cateId:"hashed"}); db.GoblinMgtCategorySpecVo.createIndex({cateId:"hashed"});
db.GoblinSelfTagVo.createIndex({tagBelong:"hashed"}); db.GoblinSelfTagVo.createIndex({tagBelong:"hashed"});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment