33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Database Size </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="database-size ">
364- < h1 class ="title "> Database Size</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="database-size ">
370+ < h1 > Database Size</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:cf222bf7680352907c557e9d437a2fefc4f62edec36c28b61519fcde787047a7
375+ !! source digest: sha256:f0c5321bf9ebd075b1cf8697b0887f9fe954cbb3a6e2102bb0b9c53e76805397
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/18.0/database_size "> < img alt ="OCA/server-tools " src ="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-database_size "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/18.0/database_size "> < img alt ="OCA/server-tools " src ="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-database_size "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > Monitor the size of your Odoo instance.</ p >
374379< p > < strong > Table of contents</ strong > </ p >
375380< div class ="contents local topic " id ="contents ">
@@ -386,7 +391,7 @@ <h1 class="title">Database Size</h1>
386391</ ul >
387392</ div >
388393< div class ="section " id ="configuration ">
389- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
394+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
390395< p > To configure this module, you can review the scheduled action called
391396‘Take model size measurements’ and check the time at which you want it
392397to run. It should only run once a day. If it runs more often, it just
@@ -398,7 +403,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
398403can be configured here as well.</ p >
399404</ div >
400405< div class ="section " id ="usage ">
401- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
406+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h2 >
402407< p > You can use this module to keep an eye on the development of the size of
403408your Odoo instance over time. Every day, a snapshot will be taken with
404409the full size of the database and the attachments. You can query these
@@ -412,15 +417,14 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
412417< li > Model Name - The name of the model to which the data is related</ li >
413418< li > Estimated Rows - The number of estimated rows according to the
414419Postgresql query planner. For performance reasons, taking the data
415- from the planner is preferred over doing an actual count, although
416- the results may be imprecise.</ li >
420+ from the planner is preferred over doing an actual count, although the
421+ results may be imprecise.</ li >
417422< li > Bare Table Size - The disk usage of the model table without indexes
418423etc.</ li >
419424< li > Index Size - The disk usage of the indexes in the model table.</ li >
420425< li > Many2many Tables Size - The disk usage of related many2many tables,
421426including their indexes. To prevent double counts, many2many tables
422- are only correlated with one of their tables (the largest of the
423- two).</ li >
427+ are only correlated with one of their tables (the largest of the two).</ li >
424428< li > Attachment Size - The disk usage of the attachments linked to the
425429model records. Because Odoo will deduplicate attachments by content,
426430attachments with the same content may be counted double in the
@@ -443,29 +447,29 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
443447< p > < img alt ="image3 " src ="https://raw.githubusercontent.com/OCA/server-tools/18.0/database_size/static/images/select_date.png " /> </ p >
444448</ div >
445449< div class ="section " id ="bug-tracker ">
446- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
450+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
447451< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-tools/issues "> GitHub Issues</ a > .
448452In case of trouble, please check there if your issue has already been reported.
449453If you spotted it first, help us to smash it by providing a detailed and welcomed
450454< a class ="reference external " href ="https://github.com/OCA/server-tools/issues/new?body=module:%20database_size%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
451455< p > Do not contact contributors directly about support or help with technical issues.</ p >
452456</ div >
453457< div class ="section " id ="credits ">
454- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
458+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
455459< div class ="section " id ="authors ">
456- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
460+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
457461< ul class ="simple ">
458462< li > Opener B.V.</ li >
459463</ ul >
460464</ div >
461465< div class ="section " id ="contributors ">
462- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
466+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
463467< ul class ="simple ">
464468< li > Stefan Rijnhart << a class ="reference external " href ="mailto:stefan@opener.amsterdam "> stefan@opener.amsterdam</ a > ></ li >
465469</ ul >
466470</ div >
467471< div class ="section " id ="maintainers ">
468- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
472+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
469473< p > This module is maintained by the OCA.</ p >
470474< a class ="reference external image-reference " href ="https://odoo-community.org ">
471475< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -478,5 +482,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
478482</ div >
479483</ div >
480484</ div >
485+ </ div >
481486</ body >
482487</ html >
0 commit comments