本文介绍了Magento Reindex产品的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近,我在Magento中遇到了有关重新索引的问题.

Recently I ran into a problem regarding Re-index in Magento.

我的商店有大约40,000种产品,如果我更改一种产品的状态,则更改不会反映在前端,因为它需要重新索引所有索引.

My store has around 40,000 products and If I change a status of a single product, changes are not reflected on frontend as it needs reindexing of all Indexes.

Moreoever重新编制索引需要花费大量时间(大约一个小时),而我正在考虑一个永久性问题.

Moreoever reindexing takes a hell lot of time (around an hour) and I am thinking of a permanent issue.

Reindex中的更新时保存"模式指定了什么?保存产品时是否有助于重新编制索引?

What does "Save on Update" mode in Reindex specifies ? Does it help in reindexing while saving the product ?

手动更新和保存时更新有什么区别?

Whats the difference between manual update and update on save ?

请帮助.

提前谢谢.

推荐答案

使用"保存时更新"重新索引编制模式,它将为您所购买的单个产品即时进行重新编制索引已保存.

Use the "Update On Save" re-indexing mode, it will do re-index on the fly for that single product you have saved.

这篇关于Magento Reindex产品的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 15:43