{% extends "base.html" %} {% block title %}database{% endblock %} {% block body %}
| Table | Rows (est.) | Data | Index | Total | Share |
|---|---|---|---|---|---|
| {{ t.name }} | {{ "{:,}".format(t.rows) }} | {{ t.data_bytes|bytes }} | {{ t.index_bytes|bytes }} | {{ t.total_bytes|bytes }} | {{ t.pct }}% |
Row counts are the storage engine's estimate for InnoDB; sizes are exact on-disk bytes.
{% endblock %}