Model
ResourceModel\Helper
Magento\ImportExport\Model\ResourceModel\Helper
What it does
This helper class provides database utility methods specifically for import/export operations in Magento 2.
Developers use it to determine the maximum safe packet size for bulk database operations and to retrieve the next auto-increment value for a table, which is essential for preventing data truncation and managing entity IDs during import processes.
Public Methods
- getMaxDataSize()
- getNextAutoincrement()