Skip to content
Open
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
6 changes: 4 additions & 2 deletions TOC-tidb-cloud-essential.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable MD007 -->
<!-- markdownlint-disable MD041 -->

# 目录 <!--Corresponding EN commit: 68fed3b6508cb56dc77800008c1d13ef40b1a8a6-->
# 目录 <!--Corresponding EN commit: 35d5a6dc54318b02cb90c105d8b0a51ea475af43-->

## 快速开始

Expand Down Expand Up @@ -214,11 +214,12 @@
- 迁移或导入数据
- [概览](/tidb-cloud/tidb-cloud-migration-overview.md)
- 将数据迁移到 TiDB Cloud
- [从 TiDB 自管理迁移到 TiDB Cloud](/tidb-cloud/migrate-from-op-tidb.md)
- [迁移和合并大型数据集的 MySQL 分片](/tidb-cloud/migrate-sql-shards.md)
- [使用 AWS DMS 从 Amazon RDS for Oracle 迁移](/tidb-cloud/migrate-from-oracle-using-aws-dms.md)
- 将数据导入 TiDB Cloud
- [导入示例数据](/tidb-cloud/import-sample-data-serverless.md)
- [导入本地文件](/tidb-cloud/tidb-cloud-import-local-files.md)
- [从云存储导入示例数据(SQL 文件)](/tidb-cloud/import-sample-data-serverless.md)
- [从云存储导入 CSV 文件](/tidb-cloud/import-csv-files-serverless.md)
- [从云存储导入 Parquet 文件](/tidb-cloud/import-parquet-files-serverless.md)
- [使用 MySQL CLI 导入](/tidb-cloud/import-with-mysql-cli-serverless.md)
Expand All @@ -227,6 +228,7 @@
- [数据导入的命名约定](/tidb-cloud/naming-conventions-for-data-import.md)
- [导入数据的 CSV 配置](/tidb-cloud/csv-config-for-import-data.md)
- [排查从 Amazon S3 导入数据期间的访问被拒绝错误](/tidb-cloud/troubleshoot-import-access-denied-error.md)
- [将 AWS DMS 连接到 TiDB Cloud 集群](/tidb-cloud/tidb-cloud-connect-aws-dms.md)
- 向量搜索 ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png)
- [概述](/vector-search/vector-search-overview.md)
- 快速上手
Expand Down
26 changes: 20 additions & 6 deletions TOC-tidb-cloud-starter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable MD007 -->
<!-- markdownlint-disable MD041 -->

# 目录 <!--Corresponding EN commit: 68fed3b6508cb56dc77800008c1d13ef40b1a8a6-->
# 目录 <!--Corresponding EN commit: 3d8a0e345ee4eee02da096908dca0ae685b3153e-->

## 快速开始

Expand Down Expand Up @@ -210,19 +210,20 @@
- [TiKV Follower Read](/follower-read.md)
- [下推计算结果缓存](/coprocessor-cache.md)
- 垃圾回收 (GC)
- [GC 机制简介](/garbage-collection-overview.md)
- [GC 配置](/garbage-collection-configuration.md)
- [GC 机制简介](/garbage-collection-overview.md)
- [GC 配置](/garbage-collection-configuration.md)
- [TiFlash 调优](/tiflash/tune-tiflash-performance.md)
- [升级 TiDB 集群](/tidb-cloud/upgrade-tidb-cluster.md)
- [删除 TiDB 集群](/tidb-cloud/delete-tidb-cluster.md)
- 迁移或导入数据
- [概览](/tidb-cloud/tidb-cloud-migration-overview.md)
- 将数据迁移到 TiDB Cloud
- [从 TiDB 自部署迁移到 TiDB Cloud](/tidb-cloud/migrate-from-op-tidb.md)
- [迁移和合并大型数据集的 MySQL 分片](/tidb-cloud/migrate-sql-shards.md)
- [使用 AWS DMS 从 Amazon RDS for Oracle 迁移](/tidb-cloud/migrate-from-oracle-using-aws-dms.md)
- 将数据导入 TiDB Cloud
- [导入示例数据](/tidb-cloud/import-sample-data-serverless.md)
- [导入本地文件](/tidb-cloud/tidb-cloud-import-local-files.md)
- [从云存储导入示例数据 (SQL 文件)](/tidb-cloud/import-sample-data-serverless.md)
- [从云存储导入 CSV 文件](/tidb-cloud/import-csv-files-serverless.md)
- [从云存储导入 Parquet 文件](/tidb-cloud/import-parquet-files-serverless.md)
- [使用 MySQL CLI 导入](/tidb-cloud/import-with-mysql-cli-serverless.md)
Expand All @@ -240,6 +241,15 @@
- 快速上手
- [使用 SQL 开始向量搜索](/vector-search/vector-search-get-started-using-sql.md)
- [使用 Python 开始向量搜索](/vector-search/vector-search-get-started-using-python.md)
- 自动嵌入
- [概览](/tidb-cloud/vector-search-auto-embedding-overview.md)
- [Amazon Titan Embeddings](/tidb-cloud/vector-search-auto-embedding-amazon-titan.md)
- [Cohere Embeddings](/tidb-cloud/vector-search-auto-embedding-cohere.md)
- [Jina AI Embeddings](/tidb-cloud/vector-search-auto-embedding-jina-ai.md)
- [OpenAI Embeddings](/tidb-cloud/vector-search-auto-embedding-openai.md)
- [Gemini Embeddings](/tidb-cloud/vector-search-auto-embedding-gemini.md)
- [HuggingFace Embeddings](/tidb-cloud/vector-search-auto-embedding-huggingface.md)
- [NVIDIA NIM Embeddings](/tidb-cloud/vector-search-auto-embedding-nvidia-nim.md)
- 集成
- [集成概览](/vector-search/vector-search-integration-overview.md)
- AI 框架
Expand All @@ -253,6 +263,10 @@
- [SQLAlchemy](/vector-search/vector-search-integrate-with-sqlalchemy.md)
- [peewee](/vector-search/vector-search-integrate-with-peewee.md)
- [Django](/vector-search/vector-search-integrate-with-django-orm.md)
- 文本搜索
- [使用 SQL 进行全文搜索](/tidb-cloud/vector-search-full-text-search-sql.md)
- [使用 Python 进行全文搜索](/tidb-cloud/vector-search-full-text-search-python.md)
- [混合搜索](/tidb-cloud/vector-search-hybrid-search.md)
- 参考
- [向量数据类型](/vector-search/vector-search-data-types.md)
- [向量函数和操作符](/vector-search/vector-search-functions-and-operators.md)
Expand Down Expand Up @@ -654,8 +668,8 @@
- [TSO](/tso.md)
- 存储引擎
- TiKV
- [TiKV 简介](/tikv-overview.md)
- [RocksDB 简介](/storage-engine/rocksdb-overview.md)
- [TiKV 简介](/tikv-overview.md)
- [RocksDB 简介](/storage-engine/rocksdb-overview.md)
- TiFlash
- [TiFlash 简介](/tiflash/tiflash-overview.md)
- [TiFlash 数据落盘](/tiflash/tiflash-spill-disk.md)
Expand Down
29 changes: 13 additions & 16 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable MD007 -->
<!-- markdownlint-disable MD041 -->

# 目录 <!--Corresponding EN commit: 68fed3b6508cb56dc77800008c1d13ef40b1a8a6-->
# 目录 <!--Corresponding EN commit: 3d8a0e345ee4eee02da096908dca0ae685b3153e-->

## 快速开始

Expand Down Expand Up @@ -167,7 +167,6 @@
- [概览](/tidb-cloud/tidb-cloud-tune-performance-overview.md)
- 分析性能
- [使用 Diagnosis 页面](/tidb-cloud/tune-performance.md)
- [使用 Index Insight](/tidb-cloud/index-insight.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png)
- [通过 Statement Summary 表](/statement-summary-tables.md)
- SQL 调优
- [概览](/tidb-cloud/tidb-cloud-sql-tuning-overview.md)
Expand Down Expand Up @@ -216,8 +215,8 @@
- [TiKV Follower Read](/follower-read.md)
- [下推计算结果缓存](/coprocessor-cache.md)
- 垃圾回收 (GC)
- [GC 机制简介](/garbage-collection-overview.md)
- [GC 配置](/garbage-collection-configuration.md)
- [GC 机制简介](/garbage-collection-overview.md)
- [GC 配置](/garbage-collection-configuration.md)
- [TiFlash 调优](/tiflash/tune-tiflash-performance.md)
- 优化资源分配
- 资源管理
Expand All @@ -239,7 +238,7 @@
- [使用 AWS DMS 从 MySQL 兼容数据库迁移](/tidb-cloud/migrate-from-mysql-using-aws-dms.md)
- [使用 AWS DMS 从 Amazon RDS for Oracle 迁移](/tidb-cloud/migrate-from-oracle-using-aws-dms.md)
- 将数据导入 TiDB Cloud Dedicated
- [导入示例数据](/tidb-cloud/import-sample-data.md)
- [从云存储导入示例数据(SQL 文件)](/tidb-cloud/import-sample-data.md)
- [从云存储导入 CSV 文件](/tidb-cloud/import-csv-files.md)
- [从云存储导入 Parquet 文件](/tidb-cloud/import-parquet-files.md)
- [使用 MySQL CLI 导入](/tidb-cloud/import-with-mysql-cli.md)
Expand Down Expand Up @@ -271,10 +270,6 @@
- [SQLAlchemy](/vector-search/vector-search-integrate-with-sqlalchemy.md)
- [peewee](/vector-search/vector-search-integrate-with-peewee.md)
- [Django](/vector-search/vector-search-integrate-with-django-orm.md)
- 文本搜索
- [使用 SQL 进行全文搜索](/tidb-cloud/vector-search-full-text-search-sql.md)
- [使用 Python 进行全文搜索](/tidb-cloud/vector-search-full-text-search-python.md)
- [混合搜索](/tidb-cloud/vector-search-hybrid-search.md)
- 参考
- [向量数据类型](/vector-search/vector-search-data-types.md)
- [向量函数和操作符](/vector-search/vector-search-functions-and-operators.md)
Expand Down Expand Up @@ -330,8 +325,8 @@
- [通过 VPC Peering 连接](/tidb-cloud/set-up-vpc-peering-connections.md)
- [通过 TLS 连接](/tidb-cloud/tidb-cloud-tls-connect-to-dedicated.md)
- 数据访问控制
- [使用客户管理的加密密钥进行静态加密](/tidb-cloud/tidb-cloud-encrypt-cmek.md)
- [用户可控的日志脱敏](/tidb-cloud/tidb-cloud-log-redaction.md)
- [使用客户管理的加密密钥进行静态加密](/tidb-cloud/tidb-cloud-encrypt-cmek.md)
- [用户可控的日志脱敏](/tidb-cloud/tidb-cloud-log-redaction.md)
- 数据库访问控制
- [配置集群密码设置](/tidb-cloud/configure-security-settings.md)
- 审计管理
Expand Down Expand Up @@ -677,9 +672,11 @@
- [使用 UUID](/best-practices/uuid.md)
- [TiDB 加速建表](/accelerated-table-creation.md)
- [Schema 缓存](/schema-cache.md)
- API 参考 ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png)
- [概述](/tidb-cloud/api-overview.md)
- API 参考 ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png)
- [概述](/tidb-cloud/api-overview.md)
- v1beta1
- [TiDB Cloud Starter 和 Essential](https://docs.pingcap.com/tidbcloud/api/v1beta1/serverless)
- [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/api/v1beta1/dedicated)
- [计费](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing)
- [数据服务](https://docs.pingcap.com/tidbcloud/api/v1beta1/dataservice)
- [IAM](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam)
Expand All @@ -694,8 +691,8 @@
- [TSO](/tso.md)
- 存储引擎
- TiKV
- [TiKV 简介](/tikv-overview.md)
- [RocksDB 简介](/storage-engine/rocksdb-overview.md)
- [TiKV 简介](/tikv-overview.md)
- [RocksDB 简介](/storage-engine/rocksdb-overview.md)
- TiFlash
- [TiFlash 简介](/tiflash/tiflash-overview.md)
- [TiFlash 数据落盘](/tiflash/tiflash-spill-disk.md)
Expand Down Expand Up @@ -771,4 +768,4 @@
- [[2024-04-09] TiDB Cloud 监控功能维护通知](/tidb-cloud/notification-2024-04-09-monitoring-features-maintenance.md)
- [[2023-11-14] TiDB Cloud Dedicated Scale 功能维护通知](/tidb-cloud/notification-2023-11-14-scale-feature-maintenance.md)
- [[2023-09-26] TiDB Cloud 控制台维护通知](/tidb-cloud/notification-2023-09-26-console-maintenance.md)
- [[2023-08-31] TiDB Cloud 控制台维护通知](/tidb-cloud/notification-2023-08-31-console-maintenance.md)
- [[2023-08-31] TiDB Cloud 控制台维护通知](/tidb-cloud/notification-2023-08-31-console-maintenance.md)