How can I restore MongoDB data to Azure Cosmos DB without losing records?

0
9
Asked By TechSavvy42 On

I'm facing an issue with restoring a MongoDB backup to Azure Cosmos DB using mongorestore - it seems to trigger burst limits, causing records to be dropped. After digging into this, it looks like provisioning a really high amount of Request Units (RUs) is the suggested solution, but I'm not entirely sure if that will actually solve the problem. I'm looking for any workarounds or tips on how to handle this situation effectively.

2 Answers

Answered By CloudJuggler91 On

Honestly, I've found that Azure Cosmos DB can get pretty pricey. It seems to work well on a smaller scale, but when you try to scale it, the costs can skyrocket compared to what you initially expected.

Answered By DataMoverX On

Are you using partitions? If you increase your RUs, it might lead to more partitions, which can create a cycle of needing more RUs to maintain those partitions. It can get really complicated and frustrating!

RestoreHustler -

I just want a straightforward restore process, but it feels impossible right now. This has been the most frustrating experience I've ever had!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.