【TiDB 4.0 PCTA 学习笔记】- 2.5.2 TiDB 4.0 System Tables(TiDB 的系统表)@3班+leoChen

课程名称: 2.5.2 TiDB 4.0 System Tables(TiDB 的系统表)

学习时长:

30 mins

课程收获:
学习目标: 了解 TiDB 中系统表的作用和含义

关键知识点: 系统表

课程内容:

  • 默认schemas
  • mysql system schema tables
    • grant system tables
      • user
      • db
      • tables_priv
      • columns_priv
    • statistics system tables
      • stats_buckets
      • stats_histograms
      • stats_meta
    • GC worker system tables
      • gc_delete_range
    • 其他系统表
      • GLOBAL_VARIABLES
      • tidb
    • Server-side help system tables
      • 当前help_topic空
  • information schema tables
    • 存储TiDB Server的信息jpg
  • sql-diagnosis tables
    • cluster information tables
      • jpg
    • cluster monitoring tables
      • jpg
    • automatic diagnosis
      • inspection_result
      • inspection_summary
  • 提炼课程要点,分点阐述,逻辑清晰
  • 建议图文结合,有利于理解

学习过程中参考的其他资料