Skip to content
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

Add a new blog #239

Merged
merged 10 commits into from
Jun 19, 2019
Prev Previous commit
Next Next commit
Update dm-source-code-reading-8.md
Co-Authored-By: Ian <[email protected]>
  • Loading branch information
siyu-hu and IANTHEREAL committed Jun 19, 2019
commit f4ca3061f2a297d78fdad05c9bc0ccf6999f3c6c
2 changes: 1 addition & 1 deletion dm-source-code-reading-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ['DM 源码阅读','社区']

本文为 DM 源码阅读系列文章的第八篇,[上篇文章](https://pingcap.com/blog-cn/dm-source-code-reading-7/) 对 DM 中的定制化数据同步功能进行详细的讲解,包括库表路由(Table routing)、黑白名单(Black & white table lists)、列值转化(Column mapping)、binlog 过滤(Binlog event filter)四个主要功能的实现。

本篇文章将会以 gh-ost 为例,详细地介绍 DM 是如何支持一些第三方的 online schema change 方案同步,内容包括 online schema change 方案的简单介绍,online schema change 同步方案,以及同步实现细节。
本篇文章将会以 gh-ost 为例,详细地介绍 DM 是如何支持一些 MySQL 上的第三方 online schema change 方案同步,内容包括 online schema change 方案的简单介绍,online schema change 同步方案,以及同步实现细节。

## MySQL 的 Online Schema Change 方案

Expand Down