SHOW PROCESSLIST in MySQL command: sleep
It’s not a query waiting for connection; it’s a connection pointer waiting for the timeout to terminate. It doesn’t have an impact on performance. The only thing it’s using is a few bytes as every connection does. The really worst case: It’s using one connection of your pool; If you would connect multiple times via … Read more