Bug #94077 | Query to get processes from processlist is choking mysql to 30% speed | ||
---|---|---|---|
Submitted: | 27 Jan 2019 6:29 | Modified: | 5 Feb 2019 17:15 |
Reporter: | John K | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S5 (Performance) |
Version: | 8.0.13 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | information_schema |
[27 Jan 2019 6:29]
John K
[5 Feb 2019 13:24]
MySQL Verification Team
Hi, Thank you for your bug report. First of all, I see that you wrote a simple shell script, which is exactly what we need to reproduce. However, what you have not disclosed to us is the type of queries that you are running while querying the I_S. We will test it on 5.7.24 and 8.0.14. We are also changing the severity to "Performance", which is what it is about, actually.
[5 Feb 2019 16:58]
MySQL Verification Team
Hi, I have designed a bunch of DML's running in parallel with the I_S query that you posted. That test consists of 100 parallel threads, each one running a complex DML. With 5.7.24 a query from I_S takes between 0.06 and 0.1 seconds. Now, testing 8.0.14.
[5 Feb 2019 17:15]
MySQL Verification Team
Hi, With 8.0.14 I get values from 0.03 to 0.05. Hence, I can not repeat what you are reporting.