Skip to content

Commit 0c249ad

Browse files
authored
Update analytical-store-introduction.md
1 parent 80b0284 commit 0c249ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Here's a map of all the property data types and their suffix representations in
331331

332332
##### Working with the MongoDB `_id` field
333333

334-
the MongoDB `_id` field is fundamental to every collection in MongoDB and originally has a hexadecimal representation. As you can see in the table above, `Full Fidelity Schema` will preserve its characteristics, creating a challenge for its vizualiation in Azure Synapse Analytics. For correct visualization, you must convert the `_id` datatype as below:
334+
the MongoDB `_id` field is fundamental to every collection in MongoDB and originally has a hexadecimal representation. As you can see in the table above, `Full Fidelity Schema` will preserve its characteristics, creating a challenge for its visualization in Azure Synapse Analytics. For correct visualization, you must convert the `_id` datatype as below:
335335

336336
###### Spark
337337

@@ -453,7 +453,7 @@ Synapse Link, and analytical store by consequence, has different compatibility l
453453

454454
### Backup Polices
455455

456-
There two possible backup polices and to understand how to use them, two details about Cosmos DB backups are very important:
456+
There are two possible backup polices and to understand how to use them, the following details about Cosmos DB backups are very important:
457457

458458
* The original container is restored without analytical store in both backup modes.
459459
* Cosmos DB doesn't support containers overwrite from a restore.
@@ -468,7 +468,7 @@ Now let's see how to use backup and restores from the analytical store perspecti
468468

469469
#### Restoring a container with TTTL < ATTL
470470

471-
When `transactional TTL` is smaller than `analytical TTL`, some data only exists in analytical store and won't be in the restored container. Again your have two possible situations:
471+
When `transactional TTL` is smaller than `analytical TTL`, some data only exists in analytical store and won't be in the restored container. Again, you have two possible situations:
472472
* To use the restored container as a replacement for the original container. In this case, when you enable Synapse Link at container level, only the data that was in transactional store will be included in the new analytical store. But please note that the analytical store of the original container remains available for queries as long as the original container exists. You may want to change your application to query both.
473473
* To use the restored container as a data source to backfill or update the data in the original container:
474474
* Analytical store will automatically reflect the data operations for the data that is in transactional store.

0 commit comments

Comments
 (0)