Hi all,
We have an app on MongoDB, 15 collections with a few of docs, and one collection with about 5000 documents.
When we use a M10 dedicated cluster, it is so much slower than a M5 shared cluster with the exactly same database and indexes.
Our app is almost unusable on a M10 cluster.
We download and upload the database with mongodump and mongorestore tools.
I don’t see any issue on the M10 cluster dashboard, I did every indexes recommandations.
The M5 cluster has very good performances but has a lack of storage for our usage. So we realy need to upgrade to a more confortable plan.
What can be the reason of this slowness ?
Thanks