Model
Flat
Magento\Catalog\Model\Indexer\Product\Flat
What it does
This indexer manages the product flat table functionality in Magento 2, which creates denormalized tables to improve product data retrieval performance.
Developers use this class when triggering product flat indexing operations, either for specific products or the entire catalog, typically after product data changes or during scheduled index maintenance.
Public Methods
- execute()
- executeFull()
- executeList()
- executeRow()