Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tidb-lightning-physical-import-mode.md (#15792) #15804

Merged
Merged
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: 6 additions & 0 deletions tidb-lightning/tidb-lightning-physical-import-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@ It is recommended that you allocate CPU more than 32 cores and memory greater th
- When you use TiDB Lightning with TiCDC, note the following:

- TiCDC cannot capture the data inserted in the physical import mode.

- When you use TiDB Lightning with BR, note the following:

- When BR backs up snapshots of tables that are being imported by TiDB Lightning, it might result in inconsistent backup data for those tables.
- When BR backs up data using AWS EBS volume snapshots, TiDB Lightning might fail to import data.
- Point-in-time recovery (PITR) cannot back up data imported by TiDB Lightning.
Loading