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
My use case is that I want to capture a change in plans on readable secondaries. Currently, Query Store doesn't work there (otherwise, I would use it).
I would use one of the several XE events to capture the actual query plan (for example query_plan_profile
and group the same plans by query_plan_hash_signed action.
Since I already detect differences in a plan via the query_plan_hash_signed, I don't need to compare the actual XML file (not even sure XML comparison is permitted) and just want to save its last value.
The text was updated successfully, but these errors were encountered:
That's an interesting feature. I'll see what I can do. Currently, aggregates are calculated using DataTable.Compute, which doesn't support LAST. It doesn't look like an impossible deal though. Let me have a look
My use case is that I want to capture a change in plans on readable secondaries. Currently, Query Store doesn't work there (otherwise, I would use it).
I would use one of the several XE events to capture the actual query plan (for example query_plan_profile
and group the same plans by query_plan_hash_signed action.
Since I already detect differences in a plan via the query_plan_hash_signed, I don't need to compare the actual XML file (not even sure XML comparison is permitted) and just want to save its last value.
The text was updated successfully, but these errors were encountered: