Skip to content

Commit

Permalink
data migration: rename data-migration-route.md (pingcap#3647)
Browse files Browse the repository at this point in the history
* rename file

* add alias

* Update TOC.md

* Update TOC.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* fix dead link

* Update quick-start-with-tidb.md

* Update _index.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 16, 2020
1 parent 3f3f53f commit 3014622
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
+ [TPC-C 性能对比 - v3.0 对比 v2.1](/benchmark/v3.0-performance-benchmarking-with-tpcc.md)
+ [线上负载与 ADD INDEX 相互影响测试](/benchmark/online-workloads-and-add-index-operations.md)
+ 数据迁移
+ [支持的数据迁移路径](/data-migration-route.md)
+ [概述](/migration-overview.md)
+ 从 MySQL 迁移至 TiDB
+ [从 Mydumper 文件迁移](/migrate-from-mysql-mydumper-files.md)
+ [使用 DM 工具从 Amazon Aurora MySQL 迁移](/migrate-from-aurora-mysql-database.md)
Expand Down
2 changes: 1 addition & 1 deletion _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TiDB 是 PingCAP 公司自主设计、研发的开源分布式关系型数据库
<NavColumn>
<ColumnTitle>数据迁移</ColumnTitle>

- [支持的数据迁移路径](/data-migration-route.md)
- [概述](/migration-overview.md)
- [从 Mydumper 文件迁移](/migrate-from-mysql-mydumper-files.md)
- [从 Aurora MySQL 迁移](/migrate-from-aurora-mysql-database.md)
- [从 CSV 文件迁移](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md)
Expand Down
5 changes: 3 additions & 2 deletions data-migration-route.md → migration-overview.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: 支持的数据迁移路径
title: 数据迁移概述
summary: 本文档介绍支持哪些路径将数据迁移到 TiDB。
category: reference
aliases: ['/docs-cn/dev/data-migration-route']
---

# 支持的数据迁移路径
# 数据迁移概述

本文档介绍支持从哪些路径将数据迁移到 TiDB,包括从 MySQL 迁移到 TiDB 和从 CSV/SQL 文件迁移到 TiDB。

Expand Down
2 changes: 1 addition & 1 deletion quick-start-with-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ TiDB-Wasm 是运行在浏览器中的 TiDB 数据库,打开网页即可使用

- 如果你刚刚部署好一套 TiDB 本地测试集群:
- 学习 [TiDB SQL 操作](/basic-sql-operations.md)
- [迁移数据到 TiDB](/data-migration-route.md)
- [迁移数据到 TiDB](/migration-overview.md)
- 了解 [TiDB 的核心特性与核心应用场景](/overview.md)
- 了解 [TiDB 的整体架构](/tidb-architecture.md)
- 了解 [TiDB 与 MySQL 的兼容性](/mysql-compatibility.md)
Expand Down

0 comments on commit 3014622

Please sign in to comment.