Skip to content

Improve query log diffs

Alex Kalderimis requested to merge ajk-13984-better-exceed-query-limit-diff into master

What does this MR do?

This improves our tooling by providing more useful query log diffs as part of exceed_query_limit.

Rather than just listing out the unique queries in the example, this now prints out queries grouped by meaningful prefix, so that the developer can quickly scan them to see how they differ, and aggregated counts are listed, so that users can see whether queries are run in one side or the other.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Alex Kalderimis

Merge request reports

Loading