In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Remember: database operation should be cautious, it is recommended to do a good job in the operation of failed operations, but also in a timely manner.
Because of the index established this time, the background creates it, and finds corresponding measures, such as: the creation of the index can be interrupted in time.
Index creation operation: the following operations have been done in tables with tens of millions of data
1. Check whether the collection has an index: db.getCollection ("_ TEMPLATE_TASK_TIME_HISTORY") .getIndexes () 2. Total index size: db.getCollection ("_ TEMPLATE_TASK_TIME_HISTORY") .totalIndexSize () 3. Delete index (execute in the background if you can): db.getCollection ("_ TEMPLATE_TASK_TIME_HISTORY"). DropIndex ({"countTime": 1}, {background:true}) 4, create the index (be sure to execute in the background, otherwise lock the library The reason is that a large number of reads and writes will mess up the data during indexing): db.getCollection ("_ TEMPLATE_TASK_TIME_HISTORY"). DropIndex ({"countTime": 1}, {background:true}) 5. Check the progress of index creation: db.currentOp (). Inprog.forEach (function (op) {if (op.msg) print (op.msg)}) how to interrupt the progress of the index being created: https://cloud.tencent.com/developer/article/1502344
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.