https://blog.csdn.net/w059805.
it is said in this article that the size of the database connection pool on the client side of
has been reduced from 2048 to 96. The number of concurrent threads on MySQL server has been maintained at 9600
what I wonder is, why can the number of concurrent threads on the server be so high?
if one thread is connected at a time, the maximum number of threads is 2048