Magento Weird查询100%SQL cpu峰值

时间:2019-01-19 10:52:41

标签: mysql magento

当前存在多次生成以下查询的问题:

SELECT `e`.*, IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) AS `is_a...

无论是什么原因,这都会导致我的CPU突然瘫痪……

到目前为止,我的唯一解决方案是完全重新启动服务器...

希望有人解决了这个问题... 在Varnish 4.0和Apache上运行Magento 1.9.x。

2 个答案:

答案 0 :(得分:0)

远离Magento 1.9的时候该移动了……

答案 1 :(得分:0)

我以前在Magento 1.9上看到此错误,并发现正在运行:

php -f shell/indexer.php reindexall
从Shell提示符

解决了该问题。 根本原因似乎与核心URL重写功能有关。