Calculating total data size of BLOB column in a table August 13, 2023 by Tarik You can use the MySQL function OCTET_LENGTH(your_column_name). See here for more details.