Skip to content

Commit

Permalink
lightning: add a note for physical import mode
Browse files Browse the repository at this point in the history
Signed-off-by: Aolin <[email protected]>
  • Loading branch information
Oreoxmt committed Jul 4, 2023
1 parent 92ba570 commit af4df12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate-large-mysql-to-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When the data volume to be migrated is small, you can easily [use DM to migrate

This document describes how to migrate large datasets from MySQL to TiDB. The whole migration has two processes:

1. *Full migration*. Use Dumpling and TiDB Lightning to perform the full migration. TiDB Lightning's **local backend** mode can import data at a speed of up to 500 GiB/h.
1. *Full migration*. Use Dumpling and TiDB Lightning to perform the full migration. TiDB Lightning's **local backend** mode can import data at a speed of up to 500 GiB/h. Note that this speed is affected by various factors such as hardware configuration, table schema, and the number of indexes.
2. *Incremental replication*. After the full migration is completed, you can replicate the incremental data using DM.

## Prerequisites
Expand Down

0 comments on commit af4df12

Please sign in to comment.