group similar queries
I have queries which are created by string concatenation in a legacy product.
These queries differ by some IDs in a IN clause.
In SQL monitor, these queries are all shown as different queries in the "top queries" section.
I would like that all those similar queries are shown as one query in the "top queries" section so that I can better find long running/problematic queries.
6
votes