[Summary] Alternative for Information_Schema.Tables in MySQL

요약하면…
mysql DB에 innodb_index_stats과 innodb_table_stats이라는 테이블이 있다. 이 테이블을 보면 database_name과 table_name이라는 컬럼이 있는데, 이것으로 information_schema를 사용하지 않고 DB명과 테이블명을 확인할 수 있다.
원문은 아래와 같다.
https://osandamalith.com/2017/02/03/alternative-for-information_schema-tables-in-mysql/