You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
<li>Allows tracking database changes for a certain [entity](https://glossary.magento.com/entity) (product, [category](https://glossary.magento.com/category), etc.) and running change handler.</li>
51
-
<li>Emulates the <ahref="http://en.wikipedia.org/wiki/Materialized_view"target="_blank">materialized view</a> technology for MySQL using triggers and separate materialization process (provides executing [PHP](https://glossary.magento.com/php) code instead of SQL queries, which allows materializing multiple queries).</li></ul></td>
<li>Allows tracking database changes for a certain <a href="https://glossary.magento.com/entity" target="_blank">entity</a> (product, <a href="https://glossary.magento.com/category" target="_blank">category</a>, etc.) and running change handler.</li>
55
+
<li>Emulates the <a href="http://en.wikipedia.org/wiki/Materialized_view" target="_blank">materialized view</a> technology for MySQL using triggers and separate materialization process (provides executing <a href="https://glossary.magento.com/php" target="_blank">PHP</a> code instead of SQL queries, which allows materializing multiple queries).</li>
56
+
</ul>
57
+
</td>
58
+
</tr>
59
+
</tbody>
60
+
</table>
61
+
62
+
{: .bs-callout-warning }
56
63
`Magento_Indexer` replaces the Magento 1.x `Magento_Index` module. Use `Magento_Indexer` for all new development.
57
64
58
65
### Indexing types
59
66
60
67
Each index can perform the following types of reindex operations:
61
68
62
-
* Full reindex, which means rebuilding all the indexing-related database tables
63
-
Full reindexing can be caused by a variety of things, including creating a new web store or new customer group.
64
-
You can optionally fully reindex at any time using the [command line]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-index.html).
69
+
* Full reindex, which means rebuilding all the indexing-related database tables. Full reindexing can be caused by a variety of things, including creating a new web store or new customer group. You can optionally fully reindex at any time using the [command line]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-index.html).
65
70
66
71
* Partial reindex, which means rebuilding the database tables only for the things that changed (like changing a single product attribute or price)
67
72
@@ -88,7 +93,7 @@ Reindexing can be performed in two modes:
88
93
* Update on Save - index tables are updated immediately after the dictionary data is changed.
89
94
* Update by Schedule - index tables are updated by cron job according to the configured schedule.
90
95
91
-
{:.bs-callout .bs-callout-info}
96
+
{: .bs-callout-info}
92
97
**Update by Schedule** does not support the `customer_grid` indexer. You must either use **Update on Save** or reindex the customer grid manually (`bin/magento indexer:reindex customer_grid`). See the [Help Center article](https://support.magento.com/hc/en-us/articles/360025481892-New-customer-records-are-not-displayed-in-the-Customers-grid-after-importing-them-from-CSV).
<li>Allows tracking database changes for a certain [entity](https://glossary.magento.com/entity) (product, [category](https://glossary.magento.com/category), etc.) and running change handler.</li>
51
-
<li>Emulates the <ahref="http://en.wikipedia.org/wiki/Materialized_view"target="_blank">materialized view</a> technology for MySQL using triggers and separate materialization process (provides executing [PHP](https://glossary.magento.com/php) code instead of SQL queries, which allows materializing multiple queries).</li></ul></td>
<li>Allows tracking database changes for a certain <a href="https://glossary.magento.com/entity" target="_blank">entity</a> (product, <a href="https://glossary.magento.com/category" target="_blank">category</a>, etc.) and running change handler.</li>
55
+
<li>Emulates the <a href="http://en.wikipedia.org/wiki/Materialized_view" target="_blank">materialized view</a> technology for MySQL using triggers and separate materialization process (provides executing <a href="https://glossary.magento.com/php" target="_blank">PHP</a> code instead of SQL queries, which allows materializing multiple queries).</li>
56
+
</ul>
57
+
</td>
58
+
</tr>
59
+
</tbody>
60
+
</table>
61
+
62
+
{: .bs-callout-warning }
56
63
`Magento_Indexer` replaces the Magento 1.x `Magento_Index` module. Use `Magento_Indexer` for all new development.
57
64
58
65
### Indexing types
59
66
60
67
Each index can perform the following types of reindex operations:
61
68
62
-
* Full reindex, which means rebuilding all the indexing-related database tables
63
-
Full reindexing can be caused by a variety of things, including creating a new web store or new customer group.
64
-
You can optionally fully reindex at any time using the [command line]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-index.html).
69
+
* Full reindex, which means rebuilding all the indexing-related database tables. Full reindexing can be caused by a variety of things, including creating a new web store or new customer group. You can optionally fully reindex at any time using the [command line]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-index.html).
65
70
66
71
* Partial reindex, which means rebuilding the database tables only for the things that changed (like changing a single product attribute or price)
67
72
@@ -88,7 +93,7 @@ Reindexing can be performed in two modes:
88
93
* Update on Save - index tables are updated immediately after the dictionary data is changed.
89
94
* Update by Schedule - index tables are updated by cron job according to the configured schedule.
90
95
91
-
{:.bs-callout .bs-callout-info}
96
+
{: .bs-callout-info}
92
97
**Update by Schedule** does not support the `customer_grid` indexer. You must either use **Update on Save** or reindex the customer grid manually (`bin/magento indexer:reindex customer_grid`). See the [Help Center article](https://support.magento.com/hc/en-us/articles/360025481892-New-customer-records-are-not-displayed-in-the-Customers-grid-after-importing-them-from-CSV).
0 commit comments