Skip to content

Commit

Permalink
lihgtning: add parrallel import method (#13338) (#13342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 25, 2023
1 parent c2d5ced commit 74b0a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-lightning/tidb-lightning-physical-import-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: Learn about the physical import mode in TiDB Lightning.

# Physical Import Mode

Physical import mode is an efficient and fast import mode that inserts data directly into TiKV nodes as key-value pairs without going through the SQL interface. It is suitable for importing up to 100 TB of data.
Physical import mode is an efficient and fast import mode that inserts data directly into TiKV nodes as key-value pairs without going through the SQL interface. It is suitable for importing up to 100 TB of data, which can be achieved by [parallel importing](/tidb-lightning/tidb-lightning-distributed-import.md) 10 tasks and each task importing 10 TB of data.

Before you use the physical import mode, make sure to read [Requirements and restrictions](#requirements-and-restrictions).

Expand Down

0 comments on commit 74b0a19

Please sign in to comment.