Releasing hard disk space

David White

Free Member
Jan 29, 2007
550
66
Manchester
davidcraigwhite.com
Hi All,

I run a magento site at the moment and my SQL database seems to eat up a ton of space with all of the magento visitor and url logs etc.

Would anyone recommend just emptying this data or does anyone know a web programmer who can do a good cheap job of cleaning my data?
 
you can safely truncate most of the log tables and then disable logging if you want

dataflow_batch_export,
dataflow_batch_import,
log_customer,
log_quote,
log_summary,
log_summary_type,
log_url,
log_url_info,
log_visitor,
log_visitor_info,
log_visitor_online,
report_event
 
  • Like
Reactions: David White
Upvote 0
I always found magento had massive space requirments! Not sure how you can cut it down because it uses SQL all the time
 
Upvote 0

Latest Articles