FetchBatchesInterface
Magento\MediaGallerySynchronizationApi\Model\FetchBatchesInterface
What it does
This interface defines a contract for fetching database records in batches, which is essential for synchronizing media gallery data efficiently without loading all records into memory at once.
It supports incremental synchronization by allowing filtering based on a modification date column to only process changed entities.
Developers implement this interface when building synchronization mechanisms that need to handle large datasets from database tables in a memory-efficient manner.
Public Methods
- execute()