query execution stucks in mysql, when pooled connection
when server is idle for 10-15 mintues and db connection is pooled, then the first query or api request get stuck while query-execution. why is this behaviour, has anyone else experienced this?
1 Reply
I don’t use mysql but like every other db with drizzle, it could be an issue with the driver. Maybe it is just a config issue.
I would look at the driver repo/issues