| 4238614 | xi_user | localhost | xi_db | Query | 686 | Sending data | INSERT IGNORE INTO xi_hikashop_product
(product_code, product_parent_id, product_created, product_modified, product_hit, product_last_seen_date, product_name,
product_description, product_quantity, product_published, product_sale_start, product_sale_end, product_delay_id,
product_tax_id, product_type, product_vendor_id, product_manufacturer_id, product_url, product_weight, product_keywords,
product_weight_unit, product_meta_description, product_dimension_unit, product_width, product_length, product_height,
product_max_per_order, product_access, product_group_after_purchase, product_min_per_order, product_contact,
product_sales, product_waitlist, product_layout, product_average_score, product_total_vote, product_page_title,
product_alias, product_price_percentage, product_canonical, product_msrp, product_display_quantity_field,
product_warehouse_id, product_quantity_layout, occupation) SELECT CONCAT(p.product_code, '_', c0.characteristic_id) AS
c_product_code, p.product_id, 1418829594, 1418829594, 0, 0, product_name, product_description, product_quantity,
product_published, product_sale_start, product_sale_end, product_delay_id, product_tax_id, product_type,
product_vendor_id, product_manufacturer_id, product_url, product_weight, product_keywords, product_weight_unit,
product_meta_description, product_dimension_unit, product_width, product_length, product_height, product_max_per_order,
product_access, product_group_after_purchase, product_min_per_order, product_contact, product_sales, product_waitlist,
product_layout, product_average_score, product_total_vote, product_page_title, product_alias, product_price_percentage,
product_canonical, product_msrp, product_display_quantity_field, product_warehouse_id, product_quantity_layout,
occupation FROM xi_hikashop_product AS p, xi_hikashop_characteristic AS c0 WHERE p.product_id IN
(928,927,926,10769,10770,10771,10772,10773,10774,10775,10776,10777,10778,10779,10780,10781,10782,10783,10784
I have cut this process short, as it is quite lengthy, but I hope this gives you some idea. As the VM you have only has
2G of ram, it will struggle to perform these tasks and will slow down and cause scripts to take longer to complete, ie
the exceeding of 90 seconds and causing the server to error.
I would advise to take a look at these processes and see if they can be optimised.
The process I was trying to acheive was to move a product into a different category and add it to a couple more. Not something I thought was out of the ordinary or used a vast amount of resources to process.
Are the time out errors being generated by hikashop or could there be another reason?