Skip to content

Commit c1ceee0

Browse files
authored
Management operations cross-impact
1 parent 6ea1259 commit c1ceee0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

articles/sql-database/sql-database-managed-instance.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,22 @@ Managed instances are available during update operations but there is a short do
175175
176176
[Accelerated database recovery](sql-database-accelerated-database-recovery.md) is not currently available for Azure SQL Database managed instances. Once enabled, this feature will significantly reduce variability of failover time, even in case of long-running transactions.
177177

178+
### Management operations cross-impact
179+
180+
Managed instance management operations can affect other management operations of the instances placed inside the same virtual cluster. This includes following:
181+
182+
- **Long running restore operations** in a virtual cluster will put on hold other instance creation or scaling operation in the same subnet.
183+
Example: if there is long running restore operation and there is create or scale request in the same subnet, this request will take longer to complete as it will wait for restore operation to complete before it continues.
184+
185+
- **Subsequent instance creation or scaling** operation is put on hold by previously initiated instance creation or instance scale that initiated virtual cluster resize
186+
Example: if there are multiple create and/or scale requests in the same subnet under the same virtual cluster, and one of them initiates virtual cluster resize, all requests that were submitted 5+ minutes after the one that required virtual cluster resize will last longer than expected as these requests will have to wait for the resize to complete before resuming.
187+
188+
- **Create/scale operations submitted in 5 minute window** will be batched and executed in parallel
189+
Result: Only one virtual cluster resize will be performed for all operations submitted in 5 minute window (measuring from the moment of executing the first operation request). In case that another request is submitted more than 5 minutes after submitting the first one, it will wait for virtual cluster resize to complete before execution starts.
190+
191+
> [!IMPORTANT]
192+
> All management operations are part of deployment automation process and any operation that is put on hold is automatically resumed after all conditions are met. There is no user action needed.
193+
178194
### Canceling management operations
179195

180196
The following table summarizes ability to cancel specific management operations and typical overall durations:

0 commit comments

Comments
 (0)