Reputation: 21
I try to restore a mongoDB Collection to CosmosDB and the Performance is very bad. It's a 8GB dump (with 8Million datasets) and after 2 hours only 500MB are restored. The Collection is set to 20.000 RU, even with 100000 the Performance is still bad.
Do you have any idea?
Everything else (except the Collection with RU Settings) has default settings) I am uploading from a Server in Germany to western europe Region. From the same Server i did Uploads to different mongoDB Services with the same data in about 2 hours with indexing enabled.
Upvotes: 2
Views: 1572
Reputation: 96
I don't have enough StackOverflow points to add a comment, so I'm replying as an answer. First, can you check the Portal metrics to see if you are receiving any throttled requests? If this is 0 or a low number, then it's safe to say that our bottleneck is somewhere else. Second, how many insertion workers are you using for your import? We will need to set this to a high enough number to saturate the entire throughput.
Upvotes: 1