• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • schema_tables_with_full_table_scans和x $ schema_tables_with_full_table_scans视图

    这些视图显示通过全表扫描正在访问的表。默认情况下,行按扫描的降序排列。

    schema_tables_with_full_table_scansx$schema_tables_with_full_table_scans意见有这些列:

    • object_schema

      模式名称。

    • object_name

      表名。

    • rows_full_scanned

      通过表的完全扫描所扫描的总行数。

    • latency

      完整扫描表的总等待时间。