当前位置:网站首页>Mongo index backup
Mongo index backup
2022-07-20 21:53:00 【iiaythi】
mongo Index backup
var collectionList = db.getCollectionNames();
for (var index in collectionList) {
var collection = collectionList[index];
var cur = db.getCollection(collection).getIndexes();
if (cur.length == 1) {
continue;
}
for (var index1 in cur) {
var next = cur[index1];
if (next["key"]["_id"] == '1') {
continue;
}
print(" db.getCollection(\"" + collection + "\").ensureIndex(" + JSON.stringify(next.key) + ",{background:1, unique:" + (next.unique || false) + "" + (next.expireAfterSeconds > 0 ? ", expireAfterSeconds :" + next.expireAfterSeconds: "") + " })"
)
}
};
边栏推荐
- 泡泡玛特7天市值蒸发210亿港元,国内卖不动,出海前途未卜
- 手撕快速排序
- 2022河南萌新联赛第(二)场:河南理工大学 F - 手办
- Qt的命令行解析
- 解析高质量STEAM教育中的探究
- [record of question brushing] 15 Sum of three numbers
- 自定义Dialog(包含头尾)
- Has baozi ever played in the multi merchant system?
- Is it safe for Dongguan securities to buy shares and open an account?
- SQL optimization related
猜你喜欢
树的定义和基本术语
解析创客教育课程设置中的创新思维
考完PMP,免费获取PDU的方式图解
The application could not be installed: INSTALL_FAILED_USER_RESTRICTED
2022河南萌新联赛第(二)场:河南理工大学 G - 无限
基于BS架构的微博系统
Which Bluetooth headsets are suitable for gift giving? Top 10 Bluetooth headsets in 2022
走进创客教育课程实践的真实情境
赴港上市告吹后,土巴兔终止创业板IPO,创始人作出回应
Leetcode 69: climb stairs / jump steps
随机推荐
泡泡玛特7天市值蒸发210亿港元,国内卖不动,出海前途未卜
适应大众化教育的创客理念设计
2022 Henan Mengxin League game (2): Henan University of technology C - Zhanlong
2022 latest Inner Mongolia construction safety officer simulation question bank and answers
2022年全国最新消防设施操作员(初级消防设施操作员)模拟题及答案
数据治理研究报告——数据要素权益配置路径(2022年),50页pdf
xadmin对ueditor的使用
Hbuilderx eslint configuration
Redis distributed lock implemented by annotation
金仓数据库 KingbaseES SQL 语言参考手册 (3.3. 类型转换表、3.4. 常量)
Qt的命令行解析
適合送禮的藍牙耳機有哪些?2022藍牙耳機排行榜10强
在公司解决的问题
Notez les titres des 13es championnats provinciaux intégrés de la coupe Blue Bridge
Jincang database kingbasees SQL language reference manual (3.10. database object reference method)
30 open source software most popular with IT companies
BigDecimal使用不当,造成P0事故!
DeFi 2.0的LaaS协议Elephant,或许是你熊市下为数不多的获利手段
手撕快速排序
Essays of this week (sorted out on weekends)