From 5850759d365c31a17f2fa16bf41869421081e132 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 9 Dec 2024 15:38:03 +0800 Subject: [PATCH] sync_diff_inspector: add the check-data-only configuration item (#19606) (#19616) --- sync-diff-inspector/sync-diff-inspector-overview.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sync-diff-inspector/sync-diff-inspector-overview.md b/sync-diff-inspector/sync-diff-inspector-overview.md index 15c2c8e155240..4a00e0f7e49a2 100644 --- a/sync-diff-inspector/sync-diff-inspector-overview.md +++ b/sync-diff-inspector/sync-diff-inspector-overview.md @@ -72,6 +72,9 @@ check-thread-count = 4 # If enabled, SQL statements is exported to fix inconsistent tables. export-fix-sql = true +# Only compares the data instead of the table structure. This configuration item is an experimental feature. It is not recommended that you use it in the production environment. +check-data-only = false + # Only compares the table structure instead of the data. check-struct-only = false