We're running out of storage space for our Dynamics 365 instance, so I'm trying to get the table sizes under control.
I used the new Admin center to view the top tables by size. The top 10 are:
- Attachment - 1,617 MB
- WebResourceBase - 1,206 MB
- RuntimeDependencyBase - 1,196 MB
- AsyncOperationBase - 984 MB
- AnnotationBase - 770 MB
- ActivityPointerBase - 720 MB
- RibbonClientMetadataBase - 481 MB
- SystemFormBase - 385 MB
- PluginAssemblyBase - 295 MB
- 10565 - 265 MB
I plan to use Attachment Management to move the attachments into Azure blob storage to get that table under control.
For the other 9 tables, are those sizes typical? What is stored in those tables? What if anything can be done to reduce their sizes?
I already setup recurring bulk delete system jobs for:
- System Events with status completed; status reason of failed, succeeded, or canceled; and older than 4 months
- Workflows with status completed; status reason of failed, succeeded, or canceled; and older than 1 month
- Bulk Duplicate Detection with status completed; status reason of failed, succeeded, or canceled; and older than 1 month
- Bulk Delete with status completed; status reason of failed, succeeded, or canceled; and older than 2 months
- Traces older than 1 month
Audit logs total only about 3 MB.
Any help, suggestions, and/or information is greatly appreciated!
Thank you!