How to reduce DB size?
After I made data migration from product DB to a testing database, I found the size of testing DB was too big to handle.
How to reduce the DB size?
I can drop some partitions from partition tables.
I can delete used records from some big data tables.
However, I was not sure it will work for decreasing DB size.
Please advise me.
Thank you
Liz