You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-schema/mysql-schema.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@ Currently, the `help_topic` is NULL.
47
47
-`stats_extended`: extended statistics, such as the order correlation between columns
48
48
-`stats_feedback`: the query feedback of statistics
49
49
-`stats_fm_sketch`: the FMSketch distribution of the histogram of the statistics column
50
+
-`stats_table_locked`: information about the locked statistics
51
+
-`stats_meta_history`: the meta information in the historical statistics
52
+
-`stats_history`: the other information in the historical statistics
50
53
-`analyze_options`: the default `analyze` options for each table
51
54
-`column_stats_usage`: the usage of column statistics
52
55
-`analyze_jobs`: the ongoing statistics collection tasks and the history task records within the last 7 days
@@ -56,6 +59,11 @@ Currently, the `help_topic` is NULL.
56
59
-`bind_info`: the binding information of execution plans
57
60
-`capture_plan_baselines_blacklist`: the blocklist for the automatic binding of the execution plan
58
61
62
+
## System tables related to PLAN REPLAYER
63
+
64
+
-`plan_replayer_status`: the [`PLAN REPLAYER CAPTURE`](https://docs.pingcap.com/tidb/stable/sql-plan-replayer#use-plan-replayer-capture) tasks registered by the user
65
+
-`plan_replayer_task`: the results of [`PLAN REPLAYER CAPTURE`](https://docs.pingcap.com/tidb/stable/sql-plan-replayer#use-plan-replayer-capture) tasks
66
+
59
67
## GC worker system tables
60
68
61
69
> **Note:**
@@ -117,6 +125,7 @@ Currently, the `help_topic` is NULL.
117
125
-`opt_rule_blacklist`: the blocklist for logical optimization rules
118
126
-`tidb_import_jobs`: the job information of [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md)
119
127
-`tidb_timers`: the metadata of internal timers
128
+
-`advisory_locks`: information related to [Locking functions](/functions-and-operators/locking-functions.md)
0 commit comments