Hi @tiagomotasantos
Thanks for linking that Jira ticket, it looks to be what I was seeing with the performance schema.
When hovering over the (i) icon, the full query isn’t available which then also causes issues for the examples/explain tabs as they can’t show anything.
According to that ticket, I need to update “max_digest_length” and “performance_schema_max_digest_length” which are the normalised values seen in the query popup.
To also get the examples column working, it looks like I also need to update “performance_schema_max_sql_text_length”, is that correct?
Are there also any performance considerations to take into account when raising these? the ticket had values of 4000 up from 1024 and also the docs mention a 10:1 ratio of queries to sessions. With only a few hundred sessions at a time, it only looks to add around 8MB total memory requirements.
Thanks