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.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
@@ -34,6 +34,9 @@ Currently, the `help_topic` is NULL.
34
34
-`stats_extended`: extended statistics, such as the order correlation between columns
35
35
-`stats_feedback`: the query feedback of statistics
36
36
-`stats_fm_sketch`: the FMSketch distribution of the histogram of the statistics column
37
+
-`stats_table_locked`: information about the locked statistics
38
+
-`stats_meta_history`: the meta information in the historical statistics
39
+
-`stats_history`: the other information in the historical statistics
37
40
-`analyze_options`: the default `analyze` options for each table
38
41
-`column_stats_usage`: the usage of column statistics
39
42
-`schema_index_usage`: the usage of indexes
@@ -44,6 +47,11 @@ Currently, the `help_topic` is NULL.
44
47
-`bind_info`: the binding information of execution plans
45
48
-`capture_plan_baselines_blacklist`: the blocklist for the automatic binding of the execution plan
46
49
50
+
## System tables related to PLAN REPLAYER
51
+
52
+
-`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
53
+
-`plan_replayer_task`: the results of [`PLAN REPLAYER CAPTURE`](https://docs.pingcap.com/tidb/stable/sql-plan-replayer#use-plan-replayer-capture) tasks
54
+
47
55
## GC worker system tables
48
56
49
57
-`gc_delete_range`: the KV range to be deleted
@@ -74,5 +82,6 @@ Currently, the `help_topic` is NULL.
74
82
-`expr_pushdown_blacklist`: the blocklist for expression pushdown
75
83
-`opt_rule_blacklist`: the blocklist for logical optimization rules
76
84
-`table_cache_meta`: the metadata of cached tables
85
+
-`advisory_locks`: information related to [Locking functions](/functions-and-operators/locking-functions.md)
0 commit comments