Skip to content

Instantly share code, notes, and snippets.

@itaymesh
Created August 28, 2017 15:03
Show Gist options
  • Save itaymesh/6d957e807485bf4b88252387b7babd20 to your computer and use it in GitHub Desktop.
Save itaymesh/6d957e807485bf4b88252387b7babd20 to your computer and use it in GitHub Desktop.
Magento1 Truncate Logs
TRUNCATE dataflow_batch_export;
TRUNCATE dataflow_batch_import;
TRUNCATE log_customer;
TRUNCATE log_quote;
TRUNCATE log_summary;
TRUNCATE log_summary_type;
TRUNCATE log_url;
TRUNCATE log_url_info;
TRUNCATE log_visitor;
TRUNCATE log_visitor_info;
TRUNCATE log_visitor_online;
TRUNCATE report_viewed_product_index;
TRUNCATE report_compared_product_index;
TRUNCATE report_event;
TRUNCATE index_event;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment