You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I measure the time a query spends waiting in the connection pool queue when using the waitForConnections: true option in a connection pool?
I'm looking for to somehow do this:
const[result,meta]=awaitpool.query("SELECT * FROM ......")console.lg(meta.queteWait)// if this value if bigger than 0, it means this query waited for a connection before being executed in mysql server.
The text was updated successfully, but these errors were encountered:
How can I measure the time a query spends waiting in the connection pool queue when using the waitForConnections: true option in a connection pool?
I'm looking for to somehow do this:
The text was updated successfully, but these errors were encountered: