{% extends "base.html" %} {% block title %}pgqueuer ยท system{% endblock %} {% block content %}

System

Tables

{% for t in tables %} {% endfor %}
TablePersistenceEstimated rowsTotal size
{{ t.table_name }} {{ t.persistence }} {{ t.estimated_rows }} {{ t.total_size }}

Log aggregation

Un-aggregated log rows: 1000000 %}class="alert"{% endif %}>{{ unaggregated }}

Log rows are rolled into the statistics table on demand. A persistently large backlog inflates the log table and slows aggregation (see the autovacuum guide).

{% endblock %}