文档主页
MySQL 9.0 参考手册
相关文档 下载本手册
PDF (US Ltr) - 40.0Mb
PDF (A4) - 40.1Mb
手册页 (TGZ) - 258.2Kb
手册页 (Zip) - 365.3Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 9.0 参考手册  /  ...  /  sys 架构对象索引

30.4.1 sys 架构对象索引

下表列出了 sys 架构对象,并简要描述了每个对象。

表 30.1 sys 架构表和触发器

表或触发器名称 描述
sys_config sys 架构配置选项表
sys_config_insert_set_user sys_config 插入触发器
sys_config_update_set_user sys_config 更新触发器

表 30.2 sys 架构视图

视图名称 描述 已弃用
host_summary, x$host_summary 按主机分组的语句活动、文件 I/O 和连接
host_summary_by_file_io, x$host_summary_by_file_io 按主机分组的文件 I/O
host_summary_by_file_io_type, x$host_summary_by_file_io_type 按主机和事件类型分组的文件 I/O
host_summary_by_stages, x$host_summary_by_stages 按主机分组的语句阶段
host_summary_by_statement_latency, x$host_summary_by_statement_latency 按主机分组的语句统计信息
host_summary_by_statement_type, x$host_summary_by_statement_type 按主机和语句分组的已执行语句
innodb_buffer_stats_by_schema, x$innodb_buffer_stats_by_schema 按架构分组的 InnoDB 缓冲区信息
innodb_buffer_stats_by_table, x$innodb_buffer_stats_by_table 按架构和表分组的 InnoDB 缓冲区信息
innodb_lock_waits, x$innodb_lock_waits InnoDB 锁定信息
io_by_thread_by_latency, x$io_by_thread_by_latency 按线程分组的 I/O 使用者
io_global_by_file_by_bytes, x$io_global_by_file_by_bytes 按文件和字节分组的全局 I/O 使用者
io_global_by_file_by_latency, x$io_global_by_file_by_latency 按文件和延迟分组的全局 I/O 使用者
io_global_by_wait_by_bytes, x$io_global_by_wait_by_bytes 按字节分组的全局 I/O 使用者
io_global_by_wait_by_latency, x$io_global_by_wait_by_latency 按延迟分组的全局 I/O 使用者
latest_file_io, x$latest_file_io 按文件和线程分组的最新 I/O
memory_by_host_by_current_bytes, x$memory_by_host_by_current_bytes 按主机分组的内存使用情况
memory_by_thread_by_current_bytes, x$memory_by_thread_by_current_bytes 按线程分组的内存使用情况
memory_by_user_by_current_bytes, x$memory_by_user_by_current_bytes 按用户分组的内存使用情况
memory_global_by_current_bytes, x$memory_global_by_current_bytes 按分配类型分组的内存使用情况
memory_global_total, x$memory_global_total 总内存使用情况
metrics 服务器指标
processlist, x$processlist 进程列表信息
ps_check_lost_instrumentation 已丢失工具的变量
schema_auto_increment_columns AUTO_INCREMENT 列信息
schema_index_statistics, x$schema_index_statistics 索引统计信息
schema_object_overview 每个架构中的对象类型
schema_redundant_indexes 重复或冗余索引
schema_table_lock_waits, x$schema_table_lock_waits 等待元数据锁的会话
schema_table_statistics, x$schema_table_statistics 表统计信息
schema_table_statistics_with_buffer, x$schema_table_statistics_with_buffer 表统计信息,包括 InnoDB 缓冲池统计信息
schema_tables_with_full_table_scans, x$schema_tables_with_full_table_scans 使用全表扫描访问的表
schema_unused_indexes 未使用的索引
session, x$session 用户会话的进程列表信息
session_ssl_status 连接 SSL 信息
statement_analysis, x$statement_analysis 语句聚合统计信息
statements_with_errors_or_warnings, x$statements_with_errors_or_warnings 产生错误或警告的语句
statements_with_full_table_scans, x$statements_with_full_table_scans 执行了全表扫描的语句
statements_with_runtimes_in_95th_percentile, x$statements_with_runtimes_in_95th_percentile 平均运行时间最长的语句
statements_with_sorting, x$statements_with_sorting 执行了排序的语句
statements_with_temp_tables, x$statements_with_temp_tables 使用了临时表的语句
user_summary, x$user_summary 用户语句和连接活动
user_summary_by_file_io, x$user_summary_by_file_io 文件 I/O,按用户分组
user_summary_by_file_io_type, x$user_summary_by_file_io_type 文件 I/O,按用户和事件分组
user_summary_by_stages, x$user_summary_by_stages 阶段事件,按用户分组
user_summary_by_statement_latency, x$user_summary_by_statement_latency 语句统计信息,按用户分组
user_summary_by_statement_type, x$user_summary_by_statement_type 执行的语句,按用户和语句分组
版本 当前 sys 模式和 MySQL 服务器版本
wait_classes_global_by_avg_latency, x$wait_classes_global_by_avg_latency 等待类平均延迟,按事件类分组
wait_classes_global_by_latency, x$wait_classes_global_by_latency 等待类总延迟,按事件类分组
waits_by_host_by_latency, x$waits_by_host_by_latency 等待事件,按主机和事件分组
waits_by_user_by_latency, x$waits_by_user_by_latency 等待事件,按用户和事件分组
waits_global_by_latency, x$waits_global_by_latency 等待事件,按事件分组
x$ps_digest_95th_percentile_by_avg_us 用于 95th-percentile 视图的辅助视图
x$ps_digest_avg_latency_distribution 用于 95th-percentile 视图的辅助视图
x$ps_schema_table_statistics_io 用于表统计信息视图的辅助视图
x$schema_flattened_keys 用于 schema_redundant_indexes 的辅助视图

表 30.3 sys 模式存储过程

过程名称 描述
create_synonym_db() 创建模式的同义词
diagnostics() 收集系统诊断信息
execute_prepared_stmt() 执行准备好的语句
ps_setup_disable_background_threads() 禁用后台线程检测
ps_setup_disable_consumer() 禁用消费者
ps_setup_disable_instrument() 禁用检测器
ps_setup_disable_thread() 禁用线程检测
ps_setup_enable_background_threads() 启用后台线程检测
ps_setup_enable_consumer() 启用消费者
ps_setup_enable_instrument() 启用检测器
ps_setup_enable_thread() 启用线程检测
ps_setup_reload_saved() 重新加载保存的 Performance Schema 配置
ps_setup_reset_to_default() 重置保存的 Performance Schema 配置
ps_setup_save() 保存 Performance Schema 配置
ps_setup_show_disabled() 显示禁用的 Performance Schema 配置
ps_setup_show_disabled_consumers() 显示禁用的 Performance Schema 消费者
ps_setup_show_disabled_instruments() 显示禁用的 Performance Schema 检测器
ps_setup_show_enabled() 显示启用的 Performance Schema 配置
ps_setup_show_enabled_consumers() 显示启用的 Performance Schema 消费者
ps_setup_show_enabled_instruments() 显示启用的 Performance Schema 检测器
ps_statement_avg_latency_histogram() 显示语句延迟直方图
ps_trace_statement_digest() 跟踪 Performance Schema 检测摘要
ps_trace_thread() 转储 Performance Schema 线程数据
ps_truncate_all_tables() 截断 Performance Schema 摘要表
statement_performance_analyzer() 服务器上运行语句的报告
table_exists() 表是否存在

表 30.4 sys 模式存储函数

函数名称 描述 已弃用
extract_schema_from_file_name() 从文件名中提取模式名称部分
extract_table_from_file_name() 从文件名中提取表名称部分
format_bytes() 将字节数转换为带单位的值
format_path() 将路径名中的目录替换为符号系统变量名
format_statement() 将长语句截断为固定长度
format_time() 将皮秒时间转换为带单位的值
list_add() 将项目添加到列表中
list_drop() 从列表中删除项目
ps_is_account_enabled() 是否为帐户启用了 Performance Schema 检测
ps_is_consumer_enabled() 是否启用了 Performance Schema 消费者
ps_is_instrument_default_enabled() 是否默认启用了 Performance Schema 检测器
ps_is_instrument_default_timed() 是否默认计时 Performance Schema 检测器
ps_is_thread_instrumented() 是否为连接 ID 启用了 Performance Schema 检测
ps_thread_account() 与 Performance Schema 线程 ID 关联的帐户
ps_thread_id() 与连接 ID 关联的 Performance Schema 线程 ID
ps_thread_stack() 连接 ID 的事件信息
ps_thread_trx_info() 线程 ID 的事务信息
quote_identifier() 将字符串引用为标识符
sys_get_config() sys 模式配置选项值
version_major() MySQL 服务器主版本号
version_minor() MySQL 服务器次版本号
version_patch() MySQL 服务器补丁版本号