{% autoescape None %} {% extends ../../../templates/base.html %} {% block title %}[{{instance.hostname}}:{{instance.pg_port}}] - Maintenance{% end %} {% block head %} {% end %} {% block content %} {% include breadcrumb.html %}
|
|
|
|||
---|---|---|---|---|---|
{{! table.name }} in {{! table.tablespace }} | {{! table.total_size }} | {{! table.table_size }} - Bloat: {{! table.bloat_ratio.toFixed(1) }}% | {{! table.n_indexes }} {{! table.index_size }} - Bloat: {{! table.index_bloat_ratio.toFixed(1) }}% | No index | {{! table.toast_size }} - |
|
{{! index.name }}
({{! index.type }})
on {{! index.tablename }} in {{! index.tablespace }} |
{{! index.total_size }} Bloat: {{! index.bloat_ratio.toFixed(1) }}% | {{! index.scans }} scans |
|
|