Mysql update query tooks too long with magento catalog_product_entity_decimal table
问题 I am having problem in update query with magento "catalog_product_entity_decimal" table. I need to update product prices dynamically every one hour and the store has ~50k products right now. So i didnt followed the magento way of product price save to bulk update, instead I followed direct product price update in "catalog_product_entity_decimal" table which is giving results. My query is like this $query = "UPDATE catalog_product_entity_decimal val SET val.value = '$final_rounded_price' WHERE