Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels