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 #15823

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Changes from 1 commit
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
Next Next commit
Update tidb-lightning-physical-import-mode.md
  • Loading branch information
Frank945946 authored Dec 19, 2023
commit 4d1973155144e1335288d034c09b59e0be01dec8
4 changes: 4 additions & 0 deletions tidb-lightning/tidb-lightning-physical-import-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ backend = "local"
- TiDB Lightning 与 TiCDC 一起使用时需要注意:

- TiCDC 无法捕获物理导入模式插入的数据。
- TiDB Lightning 与 BR 一起使用时需要注意:
- BR 快照备份 Lightning 正在导入的表,会导致该表备份的数据不一致。
- BR 执行基于 AWS EBS 卷快照的备份,会导致 Lightning 导入数据失败。
- PiTR 无法备份 Lightning 导入的数据。
hfxsd marked this conversation as resolved.
Show resolved Hide resolved