Hi,
I use ProxySQL in front of MySQL database and set using connection pool mysql-multiplexing = True.
From MySQL monitor, the connections count is stable at 500.
There was an bug in my application, it created too many connections last week. From MYSQL monitor, the connection was 900.
I fixed the issue this Monday and wait for 1 week, but the connection still 900
I restarted ProxySQL just now, the mysql connection drop to 500.
It seems ProxySQL doesn't release connection to the backend database once it created.
Do I have to restart ProxySQL periodically to release the connections?
Thank you.