In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.