Ex.
MariaDB [nova_api]> SELECT table_name , -> round(((data_length + index_length) / 1024 / 1024), 2) as SIZE_MB -> FROM information_schema.TABLES -> WHERE table_schema = DATABASE() ORDER BY SIZE_MB DESC;+------------------------------+---------+| table_name | SIZE_MB |+------------------------------+---------+| request_specs | 5000.00 | | instance_mappings | 500.00 |VIO: 7.x
TCI: 3.0
Contact Broadcom support for assistance with corrective action.