You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/intra-account-container-copy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,10 @@ The container copy job will run in the write region. If there are accounts confi
89
89
90
90
The account's write region may change in the rare scenario of a region outage or due to manual failover. In such a scenario, incomplete container copy jobs created within the account would fail. You would need to recreate these failed jobs. Recreated jobs would then run in the new (current) write region.
91
91
92
-
### Why is a new database *_datatransferstate* created in the account when I run container copy jobs? Am I being charged for this database?
93
-
**_datatransferstate* is a database that is created while running container copy jobs. This database is used by the platform to store the state and progress of the copy job.
92
+
### Why is a new database *__datatransferstate* created in the account when I run container copy jobs? Am I being charged for this database?
93
+
**__datatransferstate* is a database that is created while running container copy jobs. This database is used by the platform to store the state and progress of the copy job.
94
94
* The database uses manual provisioned throughput of 800 RUs. You'll be charged for this database.
95
-
* Deleting this database will remove the container copy job history from the account. It can be safely deleted once all the jobs in the account have completed, if you no longer need the job history. The platform will not clean up the *_datatransferstate* database automatically.
95
+
* Deleting this database will remove the container copy job history from the account. It can be safely deleted once all the jobs in the account have completed, if you no longer need the job history. The platform will not clean up the *__datatransferstate* database automatically.
96
96
97
97
## Supported regions
98
98
@@ -129,7 +129,7 @@ Make sure the target container is created before running the job as specified in
129
129
* Error - Shared throughput database creation is not supported for serverless accounts
130
130
131
131
Job creation on serverless accounts may fail with the error *"Shared throughput database creation is not supported for serverless accounts"*.
132
-
As a work-around, create a database called *_datatransferstate* manually within the account and try creating the container copy job again.
132
+
As a work-around, create a database called *__datatransferstate* manually within the account and try creating the container copy job again.
133
133
134
134
```
135
135
ERROR: (BadRequest) Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx; Reason: (Shared throughput database creation is not supported for serverless accounts.
0 commit comments