J
James Palmer
Guest
If you've removed data from the database, then the only way to see that reflected on disk is to do a dump and load. But, the database engine will reuse that allocated space for new data, so you shouldn't see the database grow in the meantime.
Continue reading...
Continue reading...