Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 362 Bytes

2021-12-10-remove-version-join.md

File metadata and controls

6 lines (6 loc) · 362 Bytes
title issue
Remove version join, to improve read performance of versioned entities
NEXT-19241

Core

  • Changed \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper::joinVersion() to not perform a version join, but rather filter the correct version through a WHERE clause, thus improving the performance on large datasets.