{% extends "base.html" %} {% block title %}pgqueuer ยท system{% endblock %} {% block content %}
| Table | Persistence | Estimated rows | Total size |
|---|---|---|---|
{{ t.table_name }} |
{{ t.persistence }} | {{ t.estimated_rows }} | {{ t.total_size }} |
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 %}