cancel
Showing results for 
Search instead for 
Did you mean: 

How to indexed Data

How to indexed Data

I have using Magento community edition and have more than 100 thousand products. We want to Proper indexing please help for this problem

1 REPLY 1

Re: How to indexed Data

When you have enough product (you certainly do) , it's usually good idea to turn off "Update on Save" option and use manual indexing. For example I usually use cron to run indexing scrip every night. You can find command line indexing script from shell folder.

 

Easiest way to run it is php -f shell/indexer.php reindexall (this will reindex everything, if you want to be more specific you can play around with options this script has).

Tanel Raja