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
Hi, I'm checking out the new Query Analytics feature, which is very exciting to see, and in what is showing as our slowest query is not showing the full query when I select the Inspect button. I tried it with one of the smaller queries that show up and do see the query...but then when I switch to other queries they're showing that original query still and not updating to reflect the one I currently selected.
The text was updated successfully, but these errors were encountered:
In Query Analytic, after clicking on "Inspect" the Modal open.
Expected: I see the full query display on the textbox
Result: The textbox with the query is empty
The root cause of the issue was sql-formatter script which failed because there were too long queries which were shortened according limitations - 1024 character per query.
Now you could see in the Dashboard shortened queries.
Please increase these variables to 2048
max_digest_length
performance_schema_max_digest_length
We added new setting Max Query Length to set these variables from web interface. After you set it, Releem automatically add new variables to configuration.
Hi, I'm checking out the new Query Analytics feature, which is very exciting to see, and in what is showing as our slowest query is not showing the full query when I select the Inspect button. I tried it with one of the smaller queries that show up and do see the query...but then when I switch to other queries they're showing that original query still and not updating to reflect the one I currently selected.
The text was updated successfully, but these errors were encountered: