Flat
Magento\Catalog\Model\Indexer\Product\Flat
What it does
This class manages the indexing operations for Magento's product flat tables, which are denormalized database tables that improve product data query performance.
Developers interact with this indexer when they need to refresh product flat data after product updates, either for individual products, batches, or the entire catalog.
It's automatically triggered by Magento's indexer system when product data changes.
Public Methods
- execute()
- executeFull()
- executeList()
- executeRow()