create index job_instance_status_job_guid on job_instance_status(job_guid); create index job_instance_status_job_name on job_instance_status(job_name); ...
`clustered_index_size` bigint(20) unsigned NOT NULL, `sum_of_other_index_sizes` bigint(20) unsigned NOT NULL, PRIMARY KEY (`database_name`,`table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 ...