migrate: migrate from mysql files (#3252)#3583
Merged
Merged
Conversation
Signed-off-by: sre-bot <sre-bot@pingcap.com>
5 tasks
yikeke
reviewed
Jun 10, 2020
Contributor
|
PTAL @3pointer |
yikeke
reviewed
Jun 10, 2020
| > | ||
| > - 如果选用 Importer Backend 来导入数据,除需要部署 TiDB Lightning 组件外,也需要部署 TiKV Importer 组件。导入期间集群无法提供正常的服务,速度更快,适用于导入大量的数据(TB 以上级别)。 | ||
| > - 如果选用 TiDB Backend 来导入数据,只需要部署 TiDB Lightning 组件。导入期间集群可以正常提供服务。 | ||
| > - 二者的具体差别参见 [TiDB Lightning Backend](/tidb-lightning/tidb-lightning-tidb-backend.md)。 |
Contributor
There was a problem hiding this comment.
/tidb-lightning/tidb-lightning-tidb-backend.md is a deadlink. Please remove the link or modify this paragraph. @3pointer
yikeke
reviewed
Jun 11, 2020
yikeke
approved these changes
Jun 11, 2020
Contributor
|
/merge |
Contributor
Author
|
/run-all-tests |
5 tasks
This was referenced Jun 12, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cherry-pick #3252 to release-2.1
What is changed, added or deleted? (Required)
Add docs about migrate from mysql dump files to TiDB
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
N/A