Skip to main content

Database Size

Project description

Odoo Community Association

Database Size

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

Monitor the size of your Odoo instance.

Table of contents

Configuration

To configure this module, you can review the scheduled action called ‘Take model size measurements’ and check the time at which you want it to run. It should only run once a day. If it runs more often, it just updates the existing set of sizes for the day.

You may also review the Database Size settings in Odoo’s general settings and enable ‘Purge Older Model Size Measurements’. This task will by default delete most daily data older than a year except for the data captured on the first day of each month. These retention periods can be configured here as well.

Usage

You can use this module to keep an eye on the development of the size of your Odoo instance over time. Every day, a snapshot will be taken with the full size of the database and the attachments. You can query these daily snapshots, and you can compare the current size with a size at any date of the past for which there is data.

Enable debug mode, then go to menu Settings -> Technical -> Database Size.

image1

The data that is gathered and that is displayed are:

  • Model Name - The name of the model to which the data is related

  • Estimated Rows - The number of estimated rows according to the Postgresql query planner. For performance reasons, taking the data from the planner is preferred over doing an actual count, although the results may be imprecise.

  • Bare Table Size - The disk usage of the model table without indexes etc.

  • Index Size - The disk usage of the indexes in the model table.

  • Many2many Tables Size - The disk usage of related many2many tables, including their indexes. To prevent double counts, many2many tables are only correlated with one of their tables (the largest of the two).

  • Attachment Size - The disk usage of the attachments linked to the model records. Because Odoo will deduplicate attachments by content, attachments with the same content may be counted double in the attachment size of other models, but will not be counted double when linked to records of the same model more than once.

  • Total Table Size - Bare Table Size + Index Size

  • Total Database Size - Total Table Size + Many2many Tables Size

  • Total Model Size - Total Database Size + Attachment Size

If you click on individual records, you can inspect the sizes of each index and many2many table.

All sizes are in megabytes.

In the ‘Compare Size per Model’ report view, you can find these data twice: once for the selected measurement date (default: today), and once for the selected comparison date (default: one month ago).

image2

If you want to compare arbitrary dates, you can start typing the date in the search box. Be sure to enter the dates in the right format for your localization.

image3

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Opener B.V.

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

odoo_addon_database_size-18.0.1.0.2-py3-none-any.whl (240.6 kB view details)

Uploaded Python 3

File details

Details for the file odoo_addon_database_size-18.0.1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_database_size-18.0.1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 18d661d234b9a1c7b76da45f625e52a49e50e1b8339c53bc024a328c85396e21
MD5 29d7b175800fa0f704908a9a5e94a26f
BLAKE2b-256 69a8f53b6b465b22b5d431e93bcc21541c6b958a3c0aa34dabda516a78e60f81

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page