{% extends "django_pev/base.html" %} {% block content %}

Maintenance Stats

{% for row in tables %} {% endfor%}
Name Schema Last Vacuum Last Auto Vacuum Last Analyze Last Auto Analyze Dead Rows Live Rows Index Hit Rate
{{ row.name }} {% if row.requires_index %}Requires Index {% endif %} {{ row.schema }} {{ row.last_vacuum | timesince }} {{ row.last_autovacuum | timesince }} {{ row.last_analyze | timesince }} {{ row.last_autoanalyze | timesince }} {{ row.dead_rows }} {{ row.live_rows }} {{ row.index_hit_rate_formatted }}
{% endblock %}