-
Notifications
You must be signed in to change notification settings - Fork 66
Conversation
e4d380f
to
8341f95
Compare
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
Good Job! |
Rest LGTM |
@kennytm we can merge it ASAP after resolving these comments, |
LGTM |
/run-all-tests (BTW zhouqiang tested this yesterday and found that the speed is 3x slower than Loader. The next step is to use pprof and find out why it's so slow) |
agree with you @kennytm (but @zhouqiang-cl tell me that the speed is 10x slower than Loader) 😢 |
/run-all-tests
|
seems coveralls is under maintenance |
😢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests
|
What problem does this PR solve?
Apply simplest change to support the MySQL backend.
What is changed and how it works?
[tikv-importer] backend
task configuration and--backend
command line option.backend
is"mysql"
, choose the new MySQL backend (whenbackend
is "importer" choose the normal Importer backend)INSERT VALUES (?,?,?)
) is not used due to complication with hex/binary literals.Caveats:
Check List
Tests
Side effects
Related changes
tidb-ansible
repository