lance6716

Results 444 comments of lance6716

seems TiDB will convert to `character_set_result` in https://github.com/pingcap/tidb/pull/20409/files, maybe we could just wait

@GMHDBJD @lichunzhu PTAL about how to resolve this issue

seems privilege for heartbeat feature already here: https://docs.pingcap.com/zh/tidb-data-migration/stable/feature-overview#%E7%B3%BB%E7%BB%9F%E6%9D%83%E9%99%90

MIXED binlog format may write original SQL in binlog, a DELETE ... id > xxx should be faster than DELETE per row, and this will improve synchronize speed.

> It seems we need a prepared statement cache? TiDB will handle the cache if we send [PREPARE SQL](https://dev.mysql.com/doc/refman/8.0/en/sql-prepared-statements.html)

TiDB has spent 9% CPU on parse. And SQL digest generating (3%) will be quicker

please help add more scenarios @GMHDBJD @lichunzhu @glorv @Ehco1996

waiting https://github.com/pingcap/dm/pull/1309