Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

[MongoDB] check whether the collection is fragmented

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Reason

MongoDB will save the sharded collection in the config.collection collection, and if you need to view the sharding key, you need to find it according to this collection. Many other official sharding shortcut commands are also in the config library.

There are three ways to query the config database.

This method can view the sharding key information.

Db.collections.find ({$and: [{'dropped': {$ne:true}}) / / {'name':'/dbname/'}] / / Fuzzy query based on database name}) View data distribution use dbname db.colname.getShardDistribution () # the easiest way to view data distribution is use databaseName Db.collectionName.stats () .sharded # simply returns true or false

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.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report