Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions tidb-cloud/changefeed-sink-to-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ You can connect your {{{ .dedicated }}} cluster to your MySQL service securely t

Make sure that your {{{ .premium }}} instance can connect to the MySQL service.

> **Note:**
>
> Currently, this feature is only available upon request. To request this feature, click **?** in the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), and then click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals). Create a ticket, fill in "Apply for VPC Peering for {{{ .premium }}} instance" in the **Description** field, and then click **Submit**.

Private endpoints leverage **Private Link** or **Private Service Connect** technologies from cloud providers, enabling resources in your VPC to connect to services in other VPCs through private IP addresses, as if those services were hosted directly within your VPC.

You can connect your {{{ .premium }}} instance to your MySQL service securely through a private endpoint. If the private endpoint is not available for your MySQL service, follow [Set Up Private Endpoint for Changefeeds](/tidb-cloud/premium/set-up-sink-private-endpoint-premium.md) to create one.
Expand Down
5 changes: 2 additions & 3 deletions tidb-cloud/premium/create-tidb-instance-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ This document describes how to create a {{{ .premium }}} instance in the [TiDB C

> **Note:**
>
> - Currently, {{{ .premium }}} is only available upon request. To request {{{ .premium }}}, click **?** in the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), and then click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals). Create a ticket, fill in "Apply for {{{ .premium }}}" in the **Description** field, and then click **Submit**.
> - To learn how to create a TiDB Cloud Dedicated cluster, see [Create a TiDB Cloud Dedicated Cluster](/tidb-cloud/create-tidb-cluster.md).
> To learn how to create a TiDB Cloud Dedicated cluster, see [Create a TiDB Cloud Dedicated Cluster](/tidb-cloud/create-tidb-cluster.md).

## Before you begin

Expand Down Expand Up @@ -48,7 +47,7 @@ If you have the `Organization Owner` role, you can create a {{{ .premium }}} ins
> **Note:**
>
> - The maximum RCU value must be set in increments of 100.
> - You will be billed for a minimum number of RCUs, known as the **Minimum Billing RCU**. This value is the greater of 25% of your configured maximum RCU and 5,000 RCUs. The minimum billing RCU ensures that dedicated resources are reserved for peak performance. You are charged this minimum amount even if your actual usage is lower.
> - You will be billed for a minimum number of RCUs, known as the **Minimum Billing RCU**. This value is the greater of 25% of your configured maximum RCU and 5,000 RCUs. The minimum billing RCU ensures that dedicated resources are reserved for peak performance. You are charged this minimum amount even if your actual usage is lower.

6. For {{{ .premium }}} instances, only regional high availability is enabled, and it is not configurable. For more information, see [High Availability](/tidb-cloud/serverless-high-availability.md).

Expand Down
6 changes: 0 additions & 6 deletions tidb-cloud/premium/import-csv-files-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ summary: Learn how to import CSV files from Amazon S3 or Alibaba Cloud Object St

This document describes how to import CSV files from Amazon Simple Storage Service (Amazon S3) or Alibaba Cloud Object Storage Service (OSS) into {{{ .premium }}} instances.

> **Warning:**
>
> {{{ .premium }}} is currently available in **private preview** in select AWS regions.
>
> If Premium is not yet enabled for your organization, or if you need access in another cloud provider or region, click **Support** in the lower-left corner of the [TiDB Cloud console](https://tidbcloud.com/), or submit a request through the [Contact Us](https://www.pingcap.com/contact-us) form on the website.

> **Tip:**
>
> - For {{{ .starter }}} or Essential, see [Import CSV Files from Cloud Storage into {{{ .starter }}} or Essential](/tidb-cloud/import-csv-files-serverless.md).
Expand Down
10 changes: 2 additions & 8 deletions tidb-cloud/premium/import-from-s3-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ summary: Learn how to import CSV files from Amazon S3 into {{{ .premium }}} inst

# Import Data from Amazon S3 into {{{ .premium }}}

This document describes how to import CSV files from Amazon Simple Storage Service (Amazon S3) into {{{ .premium }}} instances. The steps reflect the current private preview user interface and serve as an initial framework for the upcoming public preview launch.

> **Warning:**
>
> {{{ .premium }}} is currently available in **private preview** in select AWS regions.
>
> If Premium is not yet enabled for your organization, or if you need access in another cloud provider or region, click **Support** in the lower-left corner of the [TiDB Cloud console](https://tidbcloud.com/), or submit a request through the [Contact Us](https://www.pingcap.com/contact-us) form on the website.
This document describes how to import CSV files from Amazon Simple Storage Service (Amazon S3) into {{{ .premium }}} instances.

> **Tip:**
>
Expand All @@ -21,7 +15,7 @@ This document describes how to import CSV files from Amazon Simple Storage Servi
## Limitations

- To ensure data consistency, {{{ .premium }}} allows importing CSV files into empty tables only. If the target table already contains data, import into a staging table and then copy the rows using the `INSERT ... SELECT` statement.
- During the private preview, the user interface currently supports Amazon S3 as the only storage provider. Support for additional providers will be added in future releases.
- During the public preview, the user interface currently supports Amazon S3 as the only storage provider. Support for additional providers will be added in future releases.
Comment thread
Oreoxmt marked this conversation as resolved.
- Each import job maps a single source pattern to one destination table.

## Step 1. Prepare the CSV files
Expand Down
6 changes: 0 additions & 6 deletions tidb-cloud/premium/import-with-mysql-cli-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ summary: Learn how to import small CSV or SQL files into {{{ .premium }}} instan

This document describes how to import data into {{{ .premium }}} using the [MySQL Command-Line Client](https://dev.mysql.com/doc/refman/8.0/en/mysql.html) (`mysql`). The following sections provide step-by-step instructions for importing data from SQL or CSV files. This process performs a logical import, where the MySQL Command-Line Client replays SQL statements from your local machine against TiDB Cloud.

> **Warning:**
>
> {{{ .premium }}} is currently available in **private preview** in select AWS regions.
>
> If Premium is not yet enabled for your organization, or if you need access in another cloud provider or region, click **Support** in the lower-left corner of the [TiDB Cloud console](https://tidbcloud.com/), or submit a request through the [Contact Us](https://www.pingcap.com/contact-us) form on the website.

> **Tip:**
>
> - Logical imports are best suited for relatively small SQL or CSV files. For faster, parallel imports from cloud storage or to process multiple files from [Dumpling](https://docs.pingcap.com/tidb/stable/dumpling-overview) exports, see [Import CSV Files from Cloud Storage into {{{ .premium }}}](/tidb-cloud/premium/import-csv-files-premium.md).
Expand Down
6 changes: 0 additions & 6 deletions tidb-cloud/premium/migrate-from-op-tidb-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ summary: Learn how to migrate data from TiDB Self-Managed to {{{ .premium }}}.

This document describes how to migrate data from your TiDB Self-Managed clusters to {{{ .premium }}} (on AWS) instances using Dumpling and TiCDC.

> **Warning:**
>
> {{{ .premium }}} is currently available in **private preview** in select AWS regions.
>
> If Premium is not yet enabled for your organization, or if you need access in another cloud provider or region, click **Support** in the lower-left corner of the [TiDB Cloud console](https://tidbcloud.com/), or submit a request through the [Contact Us](https://www.pingcap.com/contact-us) form on the website.

The overall procedure is as follows:

1. Build the environment and prepare the tools.
Expand Down
3 changes: 2 additions & 1 deletion tidb-cloud/premium/premium-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ While you can also export data using tools such as [mysqldump](https://dev.mysql

> **Note:**
>
> The maximum export size is 1 TiB. Exports larger than this limit might fail. To export more data or request a higher export speed, contact [TiDB Cloud Support](/tidb-cloud/tidb-cloud-support.md).
> - Currently, this feature is only available upon request. To request this feature, click **?** in the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), and then click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals). Create a ticket, fill in "Apply for data export for {{{ .premium }}} instance" in the **Description** field, and then click **Submit**.
> - The maximum export size is 1 TiB. Exports larger than this limit might fail. To export more data or request a higher export speed, contact [TiDB Cloud Support](/tidb-cloud/tidb-cloud-support.md).

## Export locations

Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/premium/tidb-cloud-billing-ticdc-ccu.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following table lists the specifications and corresponding replication perfo
### Price

Currently, {{{ .premium }}} is in private preview. You can [contact our sales](https://www.pingcap.com/contact-us/) for pricing details.
Currently, {{{ .premium }}} is in public preview. For more information, see [{{{ .premium }}} Pricing Details](https://www.pingcap.com/tidb-cloud-premium-pricing-details/).
Comment thread
Oreoxmt marked this conversation as resolved.

## Private Data Link cost

Expand Down
Loading