Skip to content

Export doc optimize #20846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: release-8.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions tidb-cloud/serverless-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ While you can also export data using tools such as [mysqldump](https://dev.mysql
- Isolation: the export service uses separate computing resources, ensuring isolation from the resources used by your online services.
- Consistency: the export service ensures the consistency of the exported data without causing locks, which does not affect your online services.

> **Note:**
>
>The maximum export size is currently 1TB. For larger exports or to request faster export speeds, please contact [TiDB Cloud Support](/tidb-cloud/tidb-cloud-support.md).

## Export locations

You can export data to the following locations:
Expand Down Expand Up @@ -410,6 +414,15 @@ ticloud serverless export cancel -c <cluster-id> -e <export-id>
</div>
</SimpleTab>

## Export Speed

The export speed varies depending on your cluster plan. Refer to the table below for details:

| Plan | Export Speed |
|:-------------------|:-------------------|
| Free Clusters | Up to 25 MB/s |
| Scalable Clusters | Up to 100 MB/s |

## Pricing

The export service is free during the beta period. You only need to pay for the [Request Units (RUs)](/tidb-cloud/tidb-cloud-glossary.md#request-unit) generated during the export process of successful or canceled tasks. For failed export tasks, you will not be charged.