supabase-cli/docs/supabase/inspect/db-total-index-size.md

9 lines
271 B
Markdown

# 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
```