RT, I want to know if there are any SQL auditing tools/platforms that support TiDB on the market? Similar to Archery, but need to support SQL backup/rollback.
SQLE supports auditing TiDB, but backup and rollback are not very clear and need to be researched. MySQL relies on binlog, and the principles are different.
Archery can also support TiDB. TiDB is 100% compatible with the MySQL 5.7 protocol. Rollback is not possible in the current version. The TiDB Binlog format is different from MySQL.
Then it is estimated that there is no support for it. At least the principle of MySQL rollback cannot be applied. TiDB’s own GC can actually roll back, but it must be within the GC time range.