Skip to content

Commit cc0e30e

Browse files
Merge pull request #223031 from Rodrigossz/main
Update analytical-store-introduction.md
2 parents f5e153d + f1f6e26 commit cc0e30e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Using Azure Synapse Link, you can now build no-ETL HTAP solutions by directly li
3333

3434
## Features of analytical store
3535

36-
When you enable analytical store on an Azure Cosmos DB container, a new column-store is internally created based on the operational data in your container. This column store is persisted separately from the row-oriented transactional store for that container. The inserts, updates, and deletes to your operational data are automatically synced to analytical store. You don't need the Change Feed or ETL to sync the data.
36+
When you enable analytical store on an Azure Cosmos DB container, a new column-store is internally created based on the operational data in your container. This column store is persisted separately from the row-oriented transactional store for that container, in a storage account that is fully managed by Azure Cosmos DB, in an internal subscription. Customers don't need to spend time with storage administration. The inserts, updates, and deletes to your operational data are automatically synced to analytical store. You don't need the Change Feed or ETL to sync the data.
3737

3838
## Column store for analytical workloads on operational data
3939

articles/cosmos-db/synapse-link-frequently-asked-questions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
ms.author: rosouz
77
ms.service: cosmos-db
88
ms.topic: faq
9-
ms.date: 09/29/2022
9+
ms.date: 01/05/2023
1010
ms.custom: synapse-cosmos-db, ignite-2022
1111
title: Frequently asked questions about Azure Synapse Link for Azure Cosmos DB
1212
summary: |
@@ -64,6 +64,11 @@ sections:
6464
answer: |
6565
Currently you can only enable analytical store for existing API for NoSQL containers.
6666
67+
- question: |
68+
Can I see analytical store files using Azure Data Explorer?
69+
answer: |
70+
No. Analytical store is persisted in a storage account, in an internal subscription, that is fully managed by Azure Cosmos DB. Customers don't have access to this storage account and have to use Azure Synapse runtimes to read the data.
71+
6772
- question: |
6873
Can I disable analytical store on my Azure Cosmos DB containers?
6974
answer: |

0 commit comments

Comments
 (0)