Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 164bba9

Browse files
committed
Merge branch 'dmius-h002-index-size-notice' into 'master'
Index size notice added See merge request postgres-ai/postgres-checkup!375
2 parents fafa3e9 + 39b1d65 commit 164bba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pghrep/templates/H002.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Stats reset: {{ (index (index (index .results .reorderedHosts.master) "data") "d
99
{{- if le (Int (index (index (index .results .reorderedHosts.master) "data") "database_stat").days) 30 }}
1010
:warning: Statistics age is less than 30 days. Make decisions on index cleanup with caution!
1111
{{- end }}
12+
NOTICE: only indexes larger than 800 kiB are analyzed.
1213
### Never Used Indexes ###
1314
{{ if (index (index (index .results .reorderedHosts.master) "data") "never_used_indexes") }}
1415
{{ if gt (len (index (index (index .results .reorderedHosts.master) "data") "never_used_indexes")) .LISTLIMIT }}The list is limited to {{.LISTLIMIT}} items.{{ end }}

0 commit comments

Comments
 (0)