Hi team,
I am running with thead pool enabled and want to verify that only thread_pool_size connections are being made in the backend. Running “show processlist” is not helpful here as it just lists all the connections made by the clients. Is there any other command I can run to verify the actual number of connections in the backend?
Also, when there are more connections than the configured thread_pool_size, what happens to these additional connections? Are they kept in waiting?
Closing due to similar conversations in other threads.