Forums

Shrinking MySQL database

Hello.

I have django project and MySQL database. Shoud I worry about shrinking database, or is it automatic?

You should not worry about your MySQL database management.

Ok. Let's say my DB size is 100 Mb. If I delete from it 70 Mb, what will happen? Will DB size become 30 Mb?

It may. It depends on your indexes and other things that are database dependant.