mysql能不能对存在的数据跳过,不存在的数据插入。
Open
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
insert模式执行第二次就主键重复了
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the second execution of insert mode against MySQL and inspect how DataX handles insert operations. The change is complete when existing rows are skipped, missing rows are inserted, and rerunning the operation no longer fails on duplicate primary keys.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mysql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100