Queries can often contain specific user data (eg SELECT..WHERE name = 'Mr Me'). Tokenise the queries so that the user data is anonymised (for security) and then group by the tokenised SQL so that the same query but with different user data is correctly grouped. BTW Hope this isn't done already.
Queries can often contain specific user data (eg SELECT..WHERE name = 'Mr Me'). Tokenise the queries so that the user data is anonymised (for security) and then group by the tokenised SQL so that the same query but with different user data is correctly grouped. BTW Hope this isn't done already.