Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 920 Bytes

sys-schema.md

File metadata and controls

14 lines (10 loc) · 920 Bytes
title summary
sys Schema
Learn about the system tables in the `sys` schema.

sys Schema

Starting from v8.0.0, TiDB provides the sys schema. You can use the views in sys schema to understand the data in the system tables, INFORMATION_SCHEMA, and PERFORMANCE SCHEMA of TiDB.

Tables for MySQL compatibility

Table name Description
schema_unused_indexes Records indexes that have not been used since the last start of TiDB.