Skip to content

Commit ac9e747

Browse files
authored
Merge pull request #203140 from Rodrigossz/main
Small fix
2 parents bbd3aab + e6f1c8d commit ac9e747

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/cosmos-db/analytical-store-introduction.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ After the analytical store is enabled, based on the data retention needs of the
392392
> When `analytical TTL` is bigger than `transactional TTL`, your container will have data that only exists in analytical store. This data is read only and currently we don't support document level `TTL` in analytical store. If your container data may need an update or a delete at some point in time in the future, don't use `analytical TTL` bigger than `transactional TTL`. This capability is recommended for data that won't need updates or deletes in the future.
393393
394394
> [!NOTE]
395-
> If your scenario doen't demand physical deletes, you can adopt a logical delete/update approach. Insert in transactional store another version of the same document that only exists in analytical store but needs a logical delete/update. Maybe with a flag indicating that it's a delete or an update of an expired document. Both versions of the same document will co-exist in analytical store, and your application should only consider the last one.
395+
> If your scenario doesn't demand physical deletes, you can adopt a logical delete/update approach. Insert in transactional store another version of the same document that only exists in analytical store but needs a logical delete/update. Maybe with a flag indicating that it's a delete or an update of an expired document. Both versions of the same document will co-exist in analytical store, and your application should only consider the last one.
396396
397397

398398
## Resilience
@@ -409,16 +409,17 @@ Although analytical store has built-in protection against physical failures, bac
409409
> [!NOTE]
410410
> Currently analytical store isn't backuped and can't be restored, and your backup policy can't be planned relying on that.
411411
412-
Synapse Link, and analytical store by consequence, has different compatibility level with Azure Cosmos DB backup modes:
412+
Synapse Link, and analytical store by consequence, has different compatibility levels with Azure Cosmos DB backup modes:
413413

414414
* Periodic backup mode is fully compatible with Synapse Link and these 2 features can be used in the same database account without any restriction.
415-
* Currently continuous backup mode isn't supported in database accounts with Synapse Link enabled.
416-
* Currently database accounts with continuous backup mode enabled can enable Synapse Link through a support case.
417-
* Currently new database accounts can be created with continous backup mode and Synapse Link enabled, using Azure CLI or PowerShell. Those two features must be turned on at the same time, in the exact same command that creates the database account.
415+
* Continuous backup mode isn't fully supported yet:
416+
* Currently continuous backup mode can't be used in database accounts with Synapse Link enabled.
417+
* Currently database accounts with continuous backup mode enabled can enable Synapse Link through a support case.
418+
* Currently new database accounts can be created with continous backup mode and Synapse Link enabled, using Azure CLI or PowerShell. Those two features must be turned on at the same time, in the exact same command that creates the database account.
418419

419420
### Backup Polices
420421

421-
There two possible backup polices and to understand how it works, two details about Cosmos DB backups are very important:
422+
There two possible backup polices and to understand how to use them, two details about Cosmos DB backups are very important:
422423

423424
* The original container is restored without analytical store in both backup modes.
424425
* Cosmos DB doesn't support containers overwrite from a restore.

0 commit comments

Comments
 (0)