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
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Ignore SHOW statements within the statements_with_full_table_scans views, they will always do a full table scan, and there is nothing an administrator can do about it
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -671,6 +671,8 @@ warning_pct: 0.0000
671
671
672
672
Lists all normalized statements that use have done a full table scan ordered by number the percentage of times a full scan was done, then by the statement latency.
673
673
674
+
This view ignores SHOW statements, as these always cause a full table scan, and there is nothing that can be done about this.
0 commit comments