MySQL 8.4 Release Notes
30.4.3.18 MySQL 30.4.3.18:内存使用视图
这些视图总结了内存使用,按用户分组。默认情况下,行按降序的内存使用排序。
memory_by_user_by_current_bytes
和 x$memory_by_user_by_current_bytes
视图具有以下列:
-
user
客户端用户名。对于在 underlying Performance Schema 表中的
USER
列为NULL
的行,假设为背景线程,并将其报告为background
主机名。 -
current_count_used
当前未释放的内存块数,为用户。
-
current_allocated
当前未释放的字节数,为用户。
-
current_avg_alloc
当前每个内存块的字节数,为用户。
-
current_max_alloc
用户的当前最大内存分配字节数。
-
total_allocated
用户的总内存分配字节数。