-
Notifications
You must be signed in to change notification settings - Fork 1.2k
reference: refine the ecosystem tools user guide #3497
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
Conversation
ecosystem-tool-user-guide.md
Outdated
|
|
||
| - 使用 Mydumper 进行全量数据的备份 | ||
| - 使用 TiDB Lightning 进行全量数据的恢复 | ||
| 当需要订阅 TiDB 增量数据的变更时,可使用 [TiDB Binlog](/tidb-binlog/tidb-binlog-overview.md)。 |
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.
定位到 tidb binlog 增量订阅文档?
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.
在 bcd27f2 里定位到了比较接近的 [Binlog Slave Client 用户文档],看看是否满意。
ecosystem-tool-user-guide.md
Outdated
| 当需要对 TiDB 集群进行备份或在之后对 TiDB 集群进行恢复时,可使用 [BR](/br/backup-and-restore-tool.md)。 | ||
|
|
||
| 使用 TiDB-Binlog 将 TiDB 数据同步到下游 TiDB/MySQL。 | ||
| 另外,BR 也可以对 TiDB 的增量数据进行备份和恢复。 |
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.
定位到 BR 增量备份相关章节内容吧
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.
在 bcd27f2 定位了。
ecosystem-tool-user-guide.md
Outdated
| - DM 的输出:以 SQL 形式写入 TiDB | ||
| - 适用 TiDB 版本:所有版本 | ||
| - Kubernetes 支持:开发中 | ||
| ### 增量导出 |
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.
这个就叫做 TiDB Binlog 吧,总感觉增量导出,有点怪怪的
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.
在 bcd27f2 里改了
|
LGTM |
|
@kennytm PTAL |
|
Rest LGTM |
Co-authored-by: kennytm <kennytm@gmail.com>
ecosystem-tool-user-guide.md
Outdated
| 当需要将其他工具导出的格式兼容的 CSV files 导入到 TiDB 时,可使用 [TiDB Lightning](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md)。 | ||
|
|
||
| 下面将分别介绍这两类工具。 | ||
| ### 从 MySQL/Aurora 导入全量数据 |
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.
全量数据迁移
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.
这里讲场景,而不是功能,所以带上 mysql/aurora。 类似于 https://www.cockroachlabs.com/docs/stable/migration-overview.html
ecosystem-tool-user-guide.md
Outdated
| 当需要从 MySQL/Aurora 导入全量数据时,可先使用 [Dumpling](/export-or-backup-using-dumpling.md) 将数据导出为 SQL dump files,然后再使用 [TiDB Lightning](/tidb-lightning/tidb-lightning-overview.md) 将数据导入到 TiDB 集群。 | ||
|
|
||
| #### 全量导入工具 Loader(停止维护,不推荐使用) | ||
| ### 从 MySQL/Aurora 迁移数据 |
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.
增量数据同步
yikeke
left a comment
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
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
|
LGTM |
|
@yikeke PTAL |
yikeke
left a comment
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
|
/merge |
|
/run-all-tests |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
|
cherry pick to release-3.1 in PR #3512 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
|
cherry pick to release-4.0 in PR #3513 |
Signed-off-by: sre-bot <sre-bot@pingcap.com> Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>
* cherry pick #3497 to release-3.1 Signed-off-by: sre-bot <sre-bot@pingcap.com> * Update TOC.md * manually cp from #3151 * relocate * *: remove content about CDC Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com> Co-authored-by: yikeke <yikeke@pingcap.com> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
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)