Skip to content

Commit 5971353

Browse files
Clarified geo-restore for Hyperscale
1 parent 381d6de commit 5971353

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/sql-database/sql-database-business-continuity.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
author: anosov1960
1212
ms.author: sashan
1313
ms.reviewer: mathoma, carlrab
14-
ms.date: 06/25/2019
14+
ms.date: 03/03/2020
1515
---
1616
# Overview of business continuity with Azure SQL Database
1717

@@ -82,14 +82,18 @@ simplify the deployment and usage of geo-replication and adds the additional cap
8282

8383
| Recovery method | RTO | RPO |
8484
| --- | --- | --- |
85-
| Geo-restore from geo-replicated backups | 12 h | 1 h |
85+
| Geo-restore from geo-replicated backups | 12 h \* | 1 h |
8686
| Auto-failover groups | 1 h | 5 s |
8787
| Manual database failover | 30 s | 5 s |
8888

8989
> [!NOTE]
9090
> *Manual database failover* refers to failover of a single database to its geo-replicated secondary using the [unplanned mode](sql-database-active-geo-replication.md#active-geo-replication-terminology-and-capabilities).
9191
See the table earlier in this article for details of the auto-failover RTO and RPO.
9292

93+
> [!IMPORTANT]
94+
> \* For [Hyperscale](sql-database-service-tier-hyperscale.md) databases, the time to complete a geo-restore operation is proportional to the size of data in the database. This is in contrast to the [point-in-time restore](sql-database-recovery-using-backups.md) of a Hyperscale database within the same region, where restore time does not depend on database size. For larger Hyperscale databases, geo-restore time may exceed 12-hour RTO.
95+
>
96+
> Geo-restore time for Hyperscale databases will be shorter if the database is restored in an Azure region that is [paired](https://docs.microsoft.com/azure/best-practices-availability-paired-regions) with the region of the source database.
9397
9498
Use auto-failover groups if your application meets any of these criteria:
9599

articles/sql-database/sql-database-service-tier-hyperscale-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: dimitri-furman
1111
ms.author: dfurman
1212
ms.reviewer:
13-
ms.date: 10/12/2019
13+
ms.date: 03/03/2020
1414
---
1515
# Azure SQL Database Hyperscale FAQ
1616

@@ -268,7 +268,7 @@ No. Backups are managed by the storage subsystem, and leverage storage snapshots
268268

269269
### Can I perform geo-restore with a Hyperscale database
270270

271-
Yes. Geo-restore is fully supported. Unlike point-in-time restore, geo-restore may require a long running size-of-data operation.
271+
Yes. Geo-restore is fully supported. Unlike point-in-time restore, geo-restore requires a long running size-of-data operation.
272272

273273
### Can I set up geo-replication with Hyperscale database
274274

0 commit comments

Comments
 (0)