Skip to content

Commit

Permalink
cherry pick pingcap#4040 to release-3.0
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
  • Loading branch information
WangXiangUSTC authored and ti-srebot committed Jul 24, 2020
1 parent 7cb4eef commit 0e9578c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sync-diff-inspector/sync-diff-inspector-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GitHub 地址:[sync-diff-inspector](https://github.com/pingcap/tidb-tools/tree

### 使用限制

* 目前不支持在线校验,需要保证上下游校验的表中没有数据写入,或者保证某个范围内的数据不再变更,通过配置 `range` 来校验这个范围内的数据。
* 对于 MySQL 和 TiDB 之间的数据同步不支持在线校验,需要保证上下游校验的表中没有数据写入,或者保证某个范围内的数据不再变更,通过配置 `range` 来校验这个范围内的数据。

* 不支持 JSON、BIT、BINARY、BLOB 等类型的数据,在校验时需要设置 `ignore-columns` 忽略检查这些类型的数据。

Expand Down
4 changes: 4 additions & 0 deletions tidb-binlog/tidb-binlog-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ aliases: ['/docs-cn/v3.0/reference/tidb-binlog/faq/','/docs-cn/v3.0/faq/tidb-bin

- 对于有写入或更新数据的事务有一点性能影响。延迟上,在 Prewrite 阶段要并发写一条 p-binlog 成功后才可以提交事务,一般写 binlog 比 KV Prewrite 快,所以不会增加延迟。可以在 Pump 的监控面板看到写 binlog 的响应时间。

## TiDB Binlog 的同步延迟一般为多少?

TiDB Binlog 的同步延迟为秒级别,在非业务高峰时延迟一般为 3 秒左右。

## Drainer 同步下游 TiDB/MySQL 的帐号需要哪些权限?

Drainer 同步帐号需要有如下权限:
Expand Down

0 comments on commit 0e9578c

Please sign in to comment.