Log in
Model

Generator

Magento\DataExporter\Model\Batch\FeedSource\Generator

What it does

This class generates batches of data for feed indexing and synchronization in Magento's data export system.

It creates temporary batch tables that organize source data into manageable chunks for processing during full reindexing or full sync operations triggered by cron jobs or CLI commands.

The batching strategy improves performance by processing large datasets in smaller segments and supports resuming interrupted syncs.

Public Methods

  • generate()