reference: refine the ecosystem tools user guide (#3497)#3512
Merged
Conversation
Signed-off-by: sre-bot <sre-bot@pingcap.com>
5 tasks
yikeke
suggested changes
Jun 5, 2020
| ## 全量导出 | ||
|
|
||
| TiDB 生态工具可以分为几种: | ||
| [Dumpling](/export-or-backup-using-dumpling.md) 是一个用于从 MySQL/TiDB 进行全量逻辑导出的工具。 |
Contributor
There was a problem hiding this comment.
Dumpling 文档似乎没加到 3.1 版本及以下? TiDB 3.1 支持 Dumpling 吗 @csuzhangxc @GregoryIan
Contributor
There was a problem hiding this comment.
我知道了,#3151 这个 sw 的 pr 还没 cp 到 3.1,所以现在这个 pr 有死链,我现在 cp 下吧
Contributor
added 2 commits
June 5, 2020 18:34
yikeke
reviewed
Jun 5, 2020
|
|
||
| 本文档介绍如何使用数据导出工具 [Dumpling](https://github.com/pingcap/dumpling)。该工具可以把存储在 TiDB 中的数据导出为 SQL 或者 CSV 格式,可以用于完成逻辑上的全量备份或者导出。 | ||
|
|
||
| 如果需要直接备份 SST 文件(KV 对)或者对延迟不敏感的增量备份,请参阅 [BR](/br/backup-and-restore-tool.md)。如果需要实时的增量备份,请参阅 [TiCDC](/ticdc/ticdc-overview.md)。 |
Contributor
|
/merge |
This was referenced Jun 5, 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 #3497 to release-3.1
What is changed, added or deleted? (Required)
update the ecosystem tools user guide to make it clearer.
Which TiDB version(s) do your changes apply to? (Required)