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
`object_id` is of type `varchar`, whereas the parameter is passed as an integer. This forces MySQL to perform a type conversion from integer to string which has a performance impact in the SQL query.
0 commit comments