How to see the MongoDB Sharding progress?

Hello everyone… is it possible to see the current progress (in percent) from MongoDB sharding processing for a specific collection?

Hi @Luis_Alexandre_Rodrigues and welcome to the MongoDB community forum!!

Unfortunately, there is no direct method to view the current progress in form of percentage as of today.

However, sh.status and db.printShardingStatus() are two good ways to view details on the sharded cluster and chunk distribution inside the sharded cluster. They may act as a proxy to the information you seek.

Let us know if you have any further questions.

Best Regards
Aasawari

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.