title | issue |
---|---|
Remove version join, to improve read performance of versioned entities |
NEXT-19241 |
- Changed
\Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper::joinVersion()
to not perform a version join, but rather filter the correct version through aWHERE
clause, thus improving the performance on large datasets.