Java High-Performance Architecture
Jul 15, 2015 · Databases
How to Check MySQL Database and Table Size Using information_schema
This guide explains how MySQL's information_schema.TABLES stores metadata such as database name, table name, engine, row count, data size, and index size, and provides SQL queries to retrieve the total space used by a specific database or table.
Information Schemadatabase-sizequery
0 likes · 2 min read
