From 456e7d00790cc9f8de18878f3af5dcd6f6012df5 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Fri, 9 Jan 2026 12:10:04 +0800 Subject: [PATCH] Update sync-diff-inspector-overview.md --- sync-diff-inspector/sync-diff-inspector-overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sync-diff-inspector/sync-diff-inspector-overview.md b/sync-diff-inspector/sync-diff-inspector-overview.md index 5a73fad7784d8..c32174029ffb5 100644 --- a/sync-diff-inspector/sync-diff-inspector-overview.md +++ b/sync-diff-inspector/sync-diff-inspector-overview.md @@ -41,6 +41,7 @@ To access table schemas and query data, sync-diff-inspector requires specific da - `SELECT`: required to compare data. - `RELOAD`: required to view table schemas. +- `PROCESS`: required when both the upstream and downstream are TiDB clusters. It is used to query the `INFORMATION_SCHEMA.CLUSTER_INFO` table. > **Note**: >