Skip to content

Commit 44da46f

Browse files
Merge pull request #214652 from Rodrigossz/main
Update analytical-store-introduction.md
2 parents 506bebb + 2f97b1e commit 44da46f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ Some points to consider:
402402
* You can achieve longer retention of your operational data in the analytical store by setting ATTL >= TTTL at the container level.
403403
* The analytical store can be made to mirror the transactional store by setting ATTL = TTTL.
404404
* If you have ATTL bigger than TTTL, at some point in time you'll have data that only exists in analytical store. This data is read only.
405+
* Currently we don't delete any data from analytical store. If you set your ATTL to any positive integer, the data won't be included in your queries and you won't be billed for it. But if you change ATTL back to `-1`, all the data will show up again, you will start to be billed for all the data volume.
405406

406407
How to enable analytical store on a container:
407408

0 commit comments

Comments
 (0)