vendredi 26 décembre 2014

how to find out the exact size of the database after inserting records?


there is a query like: SELECT table_schema "db.name",Round(Sum(data_length + index_length) / 1024 / 1024, 1) "DB Size in MB" FROM information_schema.tables GROUP BY table_schema;


does this query show accurate results?





Aucun commentaire:

Enregistrer un commentaire