Detail
Detail
Bugfix
Detail
#28601
Unnecessary memory consumption in ChangeConcreteToDefinitionId
The table I18NAttributeStorage is analyzed in ChangeConcreteToDefinitionId. Links that contain a concrete attribute ID are updated with the attribute ID of the definition of the attribute.
A cache is built up for this, which becomes too large with large tables.
Test
No test.