Hi @Aryaa Kotian
Thanks for the Question and using Microsoft Q&A platform.
Monitoring the Database Sync Process:
To monitor the database synchronization process in Azure SQL Database, utilize Azure Monitor. It offers metrics and alerts to help you track the status of your geo-replication. You can configure alerts to notify you upon synchronization completion or in case of any issues. Additionally, the Database Watcher (preview) feature provides more detailed monitoring.
Estimated Time for Sync Process:
Considering your database size of 140 GB and the execution of 150 queries before re-enabling synchronization, the time required can vary. However, based on similar cases, initial synchronization generally takes 1 hour to up to 12 hours, depending on network latency, database load, and the volume of changes.
Backup and Restore Time Estimate:
For a 140 GB database in the S6 tier, backup and restore times are typically around 9 hours each. Upgrading to a higher premium tier may slightly improve performance, but it is still safe to estimate approximately 9 hours for both backup and restore operations.
Estimated Time for Creating a Replica:
Setting up geo-replication for large databases typically takes longer than a few minutes. Considering your database size and Azure’s infrastructure, the process may take between 30 minutes to 4 hours, and could extend up to 6 hours due to factors like network conditions and database load. For a database of 140 GB, the replication setup generally falls within the 2-4 hour range, especially when syncing data across regions. Therefore, a more accurate estimate would be 2-4 hours, potentially extending to 6 hours in case of unexpected delays.
Please refer to these documentations that might help you:
https://learn.microsoft.com/en-us/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql
https://learn.microsoft.com/en-us/azure/azure-sql/database/replication-to-sql-database?view=azuresql
Hope this helps. Do let us know if you any further queries. If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.