Skip to content

Commit

Permalink
tidb_cloud_storage_uri: remove limitation info about TiDB Cloud (#15978
Browse files Browse the repository at this point in the history
…) (#19616)
  • Loading branch information
ti-chi-bot authored Jan 20, 2025
1 parent df5bb7b commit 8ac5235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
- 该变量用来指定[全局排序](/tidb-global-sort.md)中使用的 Amazon S3 云存储的 URI。在开启 [TiDB 分布式执行框架](/tidb-distributed-execution-framework.md)后,你可以配置 URI 指向具有访问存储所需权限的云存储路径,以此来实现全局排序的功能。更多详情,参考 [Amazon S3 的 URI 格式](/external-storage-uri.md#amazon-s3-uri-格式)。
- 以下语句支持全局排序功能:
- [`ADD INDEX`](/sql-statements/sql-statement-add-index.md) 语句。
- 用于将数据导入本地部署的 TiDB 的 [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md) 语句。对于 TiDB Cloud,`IMPORT INTO` 语句不适用全局排序。
- 用于将数据导入本地部署的 TiDB 的 [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md) 语句。

### `tidb_ddl_error_count_limit`

Expand Down

0 comments on commit 8ac5235

Please sign in to comment.