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 Jul 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: pghrep/templates/F004.tpl
+4-5
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ Current database: {{ .database }}
12
12
{{ if (index (index (index .results .hosts.master) "data") "heap_bloat") }}
13
13
{{ ifgt (len (index (index (index $.results $.hosts.master) "data") "heap_bloat")) .ROWS_LIMIT }}The list is limited to {{.ROWS_LIMIT}} items.{{ end }}
14
14
15
-
| \# | Table | Size | Extra | ▼ Estimated bloat | Est. bloat, bytes | Est. bloat factor | Est. bloat level, % | Live Data Size | Last vacuum | Fillfactor |
| \# | Table | Real Size | ▼ Estimated bloat | Est. bloat, bytes | Est. bloat factor | Est. bloat level, % | Live Data Size | Last vacuum | Fillfactor |
Copy file name to clipboardExpand all lines: pghrep/templates/F005.tpl
+9-7
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,27 @@ Current database: {{ .database }}
11
11
### Master (`{{.hosts.master}}`) ###
12
12
{{ ifgt (len (index (index (index $.results $.hosts.master) "data") "index_bloat")) .ROWS_LIMIT }}The list is limited to {{.ROWS_LIMIT}} items.{{ end }}
13
13
14
-
| \# | Index (Table) | Table Size |Index Size | Extra | ▼ Estimated bloat | Est. bloat, bytes | Est. bloat level, % | Live Data Size | Fillfactor |
0 commit comments