v.1.1.54362New Feature
Enhancements to system.processes Table and SHOW PROCESSLIST: New Columns Added
Thesystem.processestable andSHOW PROCESSLISTnow have theis_cancelledandpeak_memory_usagecolumns.
Why it matters
This feature provides users with more detailed information about currently running queries. Theis_cancelled column indicates whether a query has been cancelled, while the peak_memory_usage column shows the maximum memory usage of the query, helping in monitoring and debugging resource consumption.How to use it
Users can query thesystem.processes table or execute SHOW PROCESSLIST as usual to see the additional is_cancelled and peak_memory_usage columns without any extra configuration.