How to summary accelerated queries?

Hi everyone.

We found that if a query was accelerated by reflections. It seems this query will not be record in queries.json.
So how to get statistics for these accelerated queries?

Thanks

@Switch There should be a column called “accelerated” which is a BOOLEAN field that will either say TRUE (query was accelerated) or FALSE (query was not accelerated)

1 Like