How to Compare Data Consistency between MySQL and PostgreSQL

Recently, I encountered a problem where a user wanted to synchronize data from PostgreSQL to TiDB (which uses the same protocol as MySQL) and wanted to know whether the data after…

May 9, 2021 · 3 min · 461 words · Jack Yu

How to Implement MySQL X Protocol on TiDB

Start a new server for TiDB. The relevant configuration parameters such as IP, port, and socket need to be set. 2. Implement the reading and writing functionality for message…

August 16, 2017 · 4 min · 798 words · Jack Yu