System tables
There are multiple types of system tables:
mysqlschema: There are mostly real tables stored on TiKVinformation_schema: These tables are generated on request and not stored on disk.performance_schema: These tables are generated on request and not stored on disk.metrics_schema: These are metrics from Prometheus, not real tables.SYS: these are views etc to makeperformance_schemaeasier to use.
See also the docs: