课程名称:TiDB 4.0 PCTA 学习笔记】2.5.2-2.5.4 3班 jinn
学习时长:40
课程收获:
课程内容:
2.5.2 System Tables

Mysql
Grant system tables
- User: user accounts, global privileges, and other non-privilege columns
- Db:dtatbae-level privileges
- Table_priv: table-level privileges
- Columns_priv:column-level privileges
Statistics system tables
- Stats_buckets: the buckets of statistics
- Stats_histograms: the histograms of statitics
- Stats_meta
GC
Gc_delete_range
Misc
GLOBAL_VARIABLES
Tidb
INFORMATION_SCHEMA : database metadata, information about DB server
- SESSION_VAIRABLES
- TIDB_INDEXES
- TIDB_HOT_REGIONS
- TIKV_REGION_STATUS
- TIKV_STORE_STATUS
- SLOW_QUERY
- CLUSTER_SLOW_QUERY
- CLUSTER_PROCESSLIST




SQL Diagnosis Tables
- Cluster information tables
- Cluster monitoring tables
- Automatic diagnosis

2.5.3 usage of pd control

Launch method
- Tiup ctl pd -u http://pdip:port [-i]
Get pd info
- Tiup cluster display <cluster_name>









- Know the concept of PD member, store, scheduler, operator
- Know the important configs
- Know what PD control can do
2.5.4 Advanced Features in Dashboard
