Open klnv000 opened 4 years ago
Hi there,
In general, you should expect to save about 1.3 times the amount of data moved to your storage account, because the data stored in the CRM database is base64 encoded.
From the screenshot, it seems to imply that you have 26Gb of data in your blob storage account (but I can also see that there are other things going into your storage account). The graph on the right seems to be the data throughput, so I can't quite tell exactly how much data you have in your attachment and annotationbase containers.
Can you check (probably with the StorageExplorer) what the actual size is of only those two containers? I guessing Dynamics has some kind of optimization jobs that run automatically to compact databases, you might just want to check that too.
Let me know please, it's an interesting observation.
Cheers.
Hiya, Thanks for the reply.
There are around 3 GB of email attachment and 18 GB of annotation migrated to azure based on azure storage explorer. I verified that number in Azure Portal metric as well (refer below image).
If you compared to the CRM Capacity Report image from my previous post, we can see that annotation was migrated nicely basically dropped from 20 GB to near 0 after migration, but attachment did not behave the same.
I would understand that not every CRM system has the same data. But i wonder if in your own environment:
Any comment as to why would be appreciated.
So,
I see what you're saying. You would have expected the yellow graph to drop down to almost 0 at about the same time as the red one, which I agree with. Looking at what we have and what you should see, the attachments table should be tiny storage wise.
From the graphs, it looks like it took about 10 days after migration for the annotations size to drop, is that correct?
After implementing the solution version 4. I had verified that the migration tool run completely by check that the "body" have been updated to "IA==". The storage size used does goes down referring to Dynamics Capacity Report but only by a small amount. We have only recovered about 17 GB out of 46 GB of storage.
I would have expected more storage space to be recovered seeing all attachments should be in Azure. Is this normal?