Skip to content

Commit 0cd8260

Browse files
author
Docsite Preview Bot
committed
Sync files for PR pingcap/docs#22547 (commit: pingcap/docs@decc5e1)
1 parent 03e4ff4 commit 0cd8260

3 files changed

Lines changed: 86 additions & 84 deletions

File tree

markdown-pages/en/tidb/master/information-schema/information-schema-slow-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `SLOW_QUERY` table provides the slow query information of the current node,
1919

2020
> **Note:**
2121
>
22-
> This table is not available on [TiDB Cloud Starter](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [TiDB Cloud Essential](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
22+
> This table is not available on [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
2323
2424
<CustomContent platform="tidb">
2525

@@ -142,7 +142,7 @@ The `CLUSTER_SLOW_QUERY` table provides the slow query information of all nodes
142142

143143
> **Note:**
144144
>
145-
> This table is not available on [TiDB Cloud Starter](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [TiDB Cloud Essential](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
145+
> This table is not available on [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
146146
147147
<CustomContent platform="tidb">
148148

markdown-pages/en/tidb/master/performance-schema/performance-schema-session-connect-attrs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ summary: Learn the `SESSION_CONNECT_ATTRS` performance_schema table.
55

66
# SESSION\_CONNECT\_ATTRS
77

8-
![storage-architecture](/media/tidb-storage-architecture-1.png)
9-
10-
![TiDB Storage](/media/tidb-storage-3.png)
11-
128
The `SESSION_CONNECT_ATTRS` table provides information about connection attributes. Session attributes are key-value pairs that are sent by the client when establishing a connection.
139

1410
Common attributes:
@@ -24,6 +20,8 @@ Common attributes:
2420

2521
You can view the columns of the `SESSION_CONNECT_ATTRS` table as follows:
2622

23+
{{< copyable "sql" >}}
24+
2725
```sql
2826
USE performance_schema;
2927
DESCRIBE session_connect_attrs;
@@ -42,6 +40,8 @@ DESCRIBE session_connect_attrs;
4240

4341
You can view the information on session attributes stored in the `SESSION_CONNECT_ATTRS` table as follows:
4442

43+
{{< copyable "sql" >}}
44+
4545
```sql
4646
USE performance_schema;
4747
TABLE SESSION_CONNECT_ATTRS;

0 commit comments

Comments
 (0)