Description
Remove query comments before storing them in the query cache and the prepared statement cache. This generates a lot of unique statements and blows both of those caches up.
They are commonly used by tracing software, e.g. Sentry, Datadog, etc.
Example
/application:web,correlation_id:b33bdd84b4c99dc24cca4c781a063875,endpoint_id:graphql:EndPoint,db_config_name:main/
SELECT [...]
Note
Re-attach comment for traces if query blows up.
Description
Remove query comments before storing them in the query cache and the prepared statement cache. This generates a lot of unique statements and blows both of those caches up.
They are commonly used by tracing software, e.g. Sentry, Datadog, etc.
Example
Note
Re-attach comment for traces if query blows up.