{% extends 'admin/master.html' %} {% block head_css %} {{ super() }} {% endblock %} {% block body %}
| Table | Total (MB) | Data (MB) | Indexes (MB) | |
|---|---|---|---|---|
| {{ t.name }} | {{ t.total_mb }} | {{ t.table_mb }} | {{ t.index_mb }} | {% if size_info.tables[0].total_bytes > 0 %} {% endif %} |
Download a compressed snapshot of all database tables (COPY TO format, gzipped).
Run VACUUM FULL plans to rewrite the table and reclaim disk space.
This locks the table briefly.