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;
Aucun commentaire:
Enregistrer un commentaire