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

Commit 62918d8a authored by 胡佳晨's avatar 胡佳晨

提交mongo 分片 索引

parent 8bd3d316
...@@ -48,7 +48,7 @@ db.shardCollection("prod_ln_scene.KylinOrderTicketVo",{"orderTicketsId":"hashed" ...@@ -48,7 +48,7 @@ db.shardCollection("prod_ln_scene.KylinOrderTicketVo",{"orderTicketsId":"hashed"
db.shardCollection("prod_ln_scene.KylinPerformanceVo",{"performancesId":"hashed"}); db.shardCollection("prod_ln_scene.KylinPerformanceVo",{"performancesId":"hashed"});
db.shardCollection("prod_ln_scene.KylinRoadShowVo",{"roadShowsId":"hashed"}); db.shardCollection("prod_ln_scene.KylinRoadShowVo",{"roadShowsId":"hashed"});
db.shardCollection("prod_ln_scene.KylinPerformanceMisVo",{"performancesId":"hashed"}); db.shardCollection("prod_ln_scene.KylinPerformanceMisVo",{"performancesId":"hashed"});
db.shardCollection(prod_ln_scene.KylinTicketPartnerVo",{"ticketsId":"hashed"}); db.shardCollection("prod_ln_scene.KylinTicketPartnerVo",{"ticketsId":"hashed"});
db.shardCollection(prod_ln_scene.KylinTicketTimesPartnerVo",{"ticketTimesId":"hashed"}); db.shardCollection("prod_ln_scene.KylinTicketTimesPartnerVo",{"ticketTimesId":"hashed"});
db.shardCollection("prod_ln_scene.PerformanceMemberAuditParam",{"performancesId":"hashed"}); db.shardCollection("prod_ln_scene.PerformanceMemberAuditParam",{"performancesId":"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