I found that query_response_time.so provide in 5.7, but I cant find it in 8.0, and there is no explain for this change。 Tks for any help!
Hello @shibing.zheng,
Note from the manual: https://www.percona.com/doc/percona-server/LATEST/changed_in_version.html
The QUERY_RESPONSE_TIME plugins have been removed from Percona Server for MySQL 8.0 as the Performance Schema of MySQL 8.0 provides histogram data for statement execution time.
1 Like