Magento 2 tables data is showing a total size “5,115,687” , I want to truncate some large tables please guide me can I truncate the following tables without affecting store functionality:
- quote
- quote_address
- quote_address_item
- quote_id_mask
- quote_item
- quote_item_option
- quote_payment
- qoute_shipping_rate
because these tables keep growing and our website is slow
please guide me can I truncate these tables if yes then how? thanks