Title: "Finding MySQL Table Size on Disk" Date: 2017-12-20 10:46:01 Categories: [data base] tags: [mysql, mariadb, percona]
So you want to know how much space a given MySQL table takes on disk. Looks trivial, right? Shouldn’t this information be readily available in the
INFORMATION_SCHEMA.TABLES
? Not so fast!