Skip to content

Commit

Permalink
mysql-compatibility: correct performance_schema statement (#19737)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Jan 10, 2025
1 parent e5320fa commit 80c600a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ As shown, because of the shared allocator, the `id` increments by 2 each time. T

<CustomContent platform="tidb">

TiDB utilizes a combination of [Prometheus and Grafana](/tidb-monitoring-api.md) for storing and querying performance monitoring metrics. In TiDB, performance schema tables do not return any results.
TiDB utilizes a combination of [Prometheus and Grafana](/tidb-monitoring-api.md) for storing and querying performance monitoring metrics. In TiDB, most [performance schema tables](/performance-schema/performance-schema.md) do not return any results.

</CustomContent>

<CustomContent platform="tidb-cloud">

To check performance metrics in TiDB Cloud, you can either check the cluster overview page on the TiDB Cloud console or use [third-party monitoring integrations](/tidb-cloud/third-party-monitoring-integrations.md). Performance schema tables return empty results in TiDB.
To check performance metrics in TiDB Cloud, you can either check the cluster overview page in the TiDB Cloud console or use [third-party monitoring integrations](/tidb-cloud/third-party-monitoring-integrations.md). Most [performance schema tables](/performance-schema/performance-schema.md) return empty results in TiDB.

</CustomContent>

Expand Down

0 comments on commit 80c600a

Please sign in to comment.