DBSize
Content Type: Module
Categories: Tracing
Overview
This module allows you to have an estimative on the space in the database.
On request, the module will display the name and size of the database, and rearrange unused space on the database.
Documentation
Demo urlhttps://dbsize-sandbox.mxapps.io/index.html
Description
This module allows you to have an estimative on the space in the database.
Typical Usage Scenario
You have a Mendix Free App running and need to occasionally check if the rows in the database are exceeding the cloud capacity. You can download this module and after a quick setup, you can have access to this information.
Features and Limitations
This module uses the function pg_size_pretty from PostgreSQL to inform the size of the database, however, it only displays an estimative, not the exact values.
Dependencies
- Mendix Studio Pro 8.18.2
- Atlas_UI was used
Installation
Import the module from the App Store into your project.
Releases
Version: 1.0.0
Framework Version: 8.18.2
Release Notes: Main functionality - Version 1.0.0