'Calculate the storage size of mysql records
I am working on an employee management project in which a feature is to resell specific modules to other companies so that they could also use this system. And all the administration will be handed over to super admin. And the storage spaces will also be allotted to companies. Now, How can i calculate the storage space for a specific company. Because there are different tables in which the all companies data is stored. So, how can i caluclate the storage space for a specific company or seller through the MySQL rows or records from different tables?
Example:
company Table:
ID, Name
Department Table:
ID, Name company_id
Employee Table:
ID Name, department_ID
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
