SELECT table_name AS "Table", round(((data_length + index_length) / 1024 / 1024), 2) as size FROM information_schema.TABLES where table_name= "audit_log" ORDER BY size DESC;