We have a weird behavior. Found two similar issues on the blog but none of them had any solution.
Some of our team mates have a very slow time when performing simple find queries using MongoDB Compass
- Only two people are experiencing the UI getting unresponsive. Other 5 people are not facing this behavior
- It occurs even when people use the same connection string. All 7 team mates
- It only occurs in a specific collection
- It only occurs using MongoDB Compass. Using the web data explorer everything is fine
- We are all in Brazil
- The cluster is in Brazil region
- The collection has ~4,4M documents, with avg doc size 2,95 kB
- Restarting the computer or reinstalling MongoDB Compass from scratch doesn’t seem to work
- MongoDB Compass is in the latest version available
- The first 100 documents are loaded into screen but the entire UI gets unresponsive, while the document count is still running. The UI only allow the users to interact after the document count (around 30s after the interaction)
- Changing back to a tab where another collection is open is OK but going back is worse: the entire window gets unresponsive for a while
Again: we have only 2 from 7 people experiencing this. All computers have the same hardware and software, we are using windows
Any thoughts?