database_size
This module monitors the size of an Odoo database instance by tracking model sizes, indexes, relations, and attachments over time.
Key Features
- database: Captures daily snapshots of database and attachment sizes.
- ir.model.size: Displays detailed size metrics for each model including estimated rows, table size, index size, many2many size, and attachment size.
- ir.model.size: Enables comparison of model sizes between different dates.
- res.config.settings: Allows configuration of data retention policies for size measurements.
- ir.cron: Automates daily size measurements via scheduled action.