Omada Identity Data Warehouse database maintenance
This section provides some general guidelines for maintenance of the Omada Identity Data Warehouse, but it should not replace a strategy developed for specific requirements and environments.
The following recommendations cover the Omada recommendations for a production environment. Test and development environments may have other maintenance requirements.
Database recovery options
When you define a backup strategy for the Omada database, there are many factors to consider. At the very least, you must decide how often your system should do database backups and whether to use the Full, Simple, or Bulk-logged recovery model.
Omada recommends that you use the bulk-logged recovery model for the Omada Identity Data Warehouse and Omada Identity Data Warehouse staging databases and the full-logged recovery model for the Omada Identity Data Warehouse Master database.
If you change the recovery models, Omada does not support any issues that could have been avoided by using the recommended models.
Defragmentation of indices
Database indices can become fragmented over time, which leads to lower performance. So, you should defragment database indices regularly to avoid such a situation.
Omada recommends that you defragment the ObjectID indices, for example, IX_Account_ObjectID, and that you defragment indices weekly.
You can use the standard report Index Physical Statistics in SQL Server Management Studio to discover the level of fragmentation.
There are two options for defragmenting indices in SQL Server: Reorganizing and Rebuilding.
Microsoft recommends that an index is reorganized when the fragmentation is between 5% and 30% and rebuilt when the fragmentation is higher than 30%.
For more information, see Microsoft documentation.