Server Storage Breakdown
Database Server
If you want to know, what is consuming storage on your dedicated database server, you can use this option.
- Click on the
pie
icon in your server overview page. - You will get storage breakdown in this way.
- You can click on the
Site Name
to view tablewise usage in the database.
Some Terminology -
- Operating System : On each dedicated database server, we have Ubuntu operating system installed. The operating system, it's generated logs and installed software take some amount of storage.
- Binary Log : Binlogs are important part of database. It helps in database replication. But if you are not using binary log, this can help in point in time recovery and disaster recovery.
- MariaDB Core : It includes various kind of files that database required for it's internal operation like ibdata1, ibtmp1, aria_log etc.
- MariaDB Slow Log : This log holds slow query of your servers. Frappe Cloud periodically send slow logs to centralized elasticsearch server and purge the file.
- MariaDB Slow Log : Holds errors and deadlock of database. Like as slow log, this is also synced to elasticsearch and purged from server daily.
- MariaDB Owned System Files : Except this, MariaDB generate some other files as per requirement of operation (like ddlrecoverlog, coredump etc.)
Application Server
Storage breakdown for application server is not available currently. We will update once it's available.