Model
MaxHeapTableSizeProcessor
Magento\Catalog\Model\ResourceModel\MaxHeapTableSizeProcessor
What it does
This class manages MySQL's max_heap_table_size session variable, which controls the maximum size for in-memory temporary tables.
Developers would use it to temporarily increase heap table size before running complex queries that create large temporary tables, then restore the original value afterward.
Note that this class is marked as deprecated since version 101.0.3.
Public Methods
- set()
- restore()