Categories

Featured templates

Magento. How to re-index data and in what cases it is needed

Vincent White December 4, 2014
Rating: 3.8/5. From 5 votes.
Please wait...

The following tutorial is going to show how to re-index data and explain in what cases it is needed.

Indexing is how Magento transforms data such as products, categories, etc. to improve the performance of your web store. As data changes, the transformed data must be updated or reindexed. Magento stores lots of merchant data (including catalog data, prices, users, stores, and so on) in many database tables. To optimize web store performance, Magento accumulates data into special tables using indexers.
For example, suppose you change the price of an item from $4.99 to $3.99. Magento must re-index the price change to display it on your web store.

Without indexing, Magento would have to calculate the price of every product on the fly—taking into account shopping cart price rules, bundle pricing, discounts, tier pricing, and so on. Loading the price for a product would take a long time, possibly resulting in cart abandonment.

Using the Index Management Page

  1. To understand how indexing works and to re-index when necessary, you must log into the Admin Panel as an administrator.

  2. Navigate to System > Index Management menu:

    magento_how_to-re-index_data_and_in_what_cases_it_is_needed_1

  3. The following page displays the list of Indexes with their descriptions:

    magento_how_to-re-index_data_and_in_what_cases_it_is_needed_2

  4. Note: the page displays differently if you enabled the flat catalog options, because attributes are stored in many tables—and that includes copies of some of the same attributes—SQL queries are long and complex. The flat catalog feature creates new tables on the fly, where each row contains all necessary data about a product or category. That is why we recommend to enable the following option.

    Go to System > Configuration > Catalog > Catalog and expand Frontend section.

  5. Find Use Flat Catalog Category and Use Flat Catalog Category lists options and set them to Yes. Click Save Config button in the top right corner:

    magento_how_to-re-index_data_and_in_what_cases_it_is_needed_3

  6. To inform you that one or more indexers must be rebuilt, a message banner similar to the following displays in the Admin Panel.

  7. When you’re notified that indexes must be rebuilt, go back to System->Index management.

  8. To update one index only, click the Reindex Data link in the Action column on the right. To update more than one indexer at a time, select the check box next to its name. From the Action list, click Reindex Data and click Submit:

    magento_how_to-re-index_data_and_in_what_cases_it_is_needed_4

  9. Please, wait until the re-indexing is completed. Now your indexes are up-to-date.

That is the end of the tutorial. Now you know how to re-index data and in what cases it is needed in Magento.

Feel free to check the detailed video tutorial below:

Magento. How to re-index data and in what cases it is needed

Ecommerce Themes for Magento
This entry was posted in Magento Tutorials and tagged data, index, Magento, reindex. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket