pg_sizes_overview
Retrieve size statistics for a database schema, including tables and indexes, to monitor storage usage and identify large objects.
Instructions
Get size statistics for the database and all tables/indexes in a schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema to filter by. Defaults to the connection's defaultSchema (or 'public'). | |
| connectionId | No | Id of the postgres connection to use, from databases.config.yml. Optional when only one postgres connection is configured. |