1

My magento database is using a lot of diskusage space even though I don?t have > 150 products. Why is this and how can I reduce it?????

2

My magento database is using a lot of diskusage space even though I don?t have > 150 products. Why is this and how can I reduce it?????

====================================================

Hi,

Older versions of magento do not clear the log files in the database which uses up diskspace. The attached guide should give some help.

http://www.magentocommerce.com/boards/v … 8/#t157623

Basically you need to truncate the size of tables in your database that are only used to log visits. You can do this by creating a cron job that will clear the size of your size on a regular basis.