We have a next.js application querying a mongo database. This database server is hosted and maintained by our cloud provider (DigitalOcean).
We’re expanding globally and we do notice that queries outside of the geography might have additional latency. Also managing a growing database might be a challenge.
My question is - if we move to MongoDB Atlas (perhaps on AWS), does this make performance more of a problem or less of a problem? What should we consider when looking at this?