0
点赞
收藏
分享

微信扫一扫

db.currentOp() 查看mongodb 后台执行进度 创建索引

Ichjns 2022-03-30 阅读 39


//db.rb_product_log_1.createIndex({"AddTime":1})



db.rb_product_log_1.createIndex({ "AddTime":1}, { unique: false,background: true});


db.currentOp()  查看mongodb 后台执行进度 创建索引



举报

相关推荐

0 条评论