Skip to content

Commit

Permalink
Update based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 26, 2023
1 parent a9350e2 commit 0d769ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@
- [Import Best Practices](/tidb-lightning/data-import-best-practices.md)
- Migration Scenarios
- [Migrate from Aurora](/migrate-aurora-to-tidb.md)
- [Migrate from Vitess](/migrate-from-vitess.md)
- [Migrate MySQL of Small Datasets](/migrate-small-mysql-to-tidb.md)
- [Migrate MySQL of Large Datasets](/migrate-large-mysql-to-tidb.md)
- [Migrate and Merge MySQL Shards of Small Datasets](/migrate-small-mysql-shards-to-tidb.md)
- [Migrate and Merge MySQL Shards of Large Datasets](/migrate-large-mysql-shards-to-tidb.md)
- [Migrate from Vitess](/migrate-from-vitess.md)
- [Migrate from CSV Files](/migrate-from-csv-files-to-tidb.md)
- [Migrate from SQL Files](/migrate-from-sql-files-to-tidb.md)
- [Migrate from Parquet Files](/migrate-from-parquet-files-to-tidb.md)
Expand Down
12 changes: 6 additions & 6 deletions migration-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ This document gives an overview of the data migration solutions that you can use

You might choose different migration solutions according to the database type, deployment location, application data size, and application needs. The following sections introduce some common migration scenarios, and you can refer to these sections to determine the most suitable solution according to your needs.

## Migrate data from Vitess to TiDB

To migrate data from Vitess to TiDB, the following guide is available:

- [Migrate Data from Vitess to TiDB](/migrate-from-vitess.md)

## Migrate data from Aurora MySQL to TiDB

When you migrate data from Aurora to a TiDB cluster deployed on AWS, your data migration takes two operations: full data migration and incremental replication. You can choose the corresponding operation according to your application needs.
Expand All @@ -54,6 +48,12 @@ If the data size of the sharded tables is large (for example, larger than 1 TiB)

- [Migrate and Merge MySQL Shards of Large Datasets to TiDB](/migrate-large-mysql-shards-to-tidb.md)

## Migrate data from Vitess to TiDB

To migrate data from Vitess to TiDB, the following guide is available:

- [Migrate Data from Vitess to TiDB](/migrate-from-vitess.md)

## Migrate data from files to TiDB

- [Migrate data from CSV files to TiDB](/migrate-from-csv-files-to-tidb.md)
Expand Down

0 comments on commit 0d769ae

Please sign in to comment.