# db-total-index-size This command displays the total size of all indexes on the database. It is calculated by taking the number of pages (reported in `relpages`) and multiplying it by the page size (8192 bytes). ``` SIZE ───────── 12 MB ```