ACSD-61756: Performance degradation of AdvancedSalesRule
filters due to missing database indexes
Apply the ACSD-61756 patch to improve the performance of the AdvancedSalesRule
filters by adding missing database indexes. This fixes the issue where the magento_salesrule_filter
query performs a full table scan without utilizing the indexes, leading to performance degradation when there are many records in the table. This patch is available when the Quality Patches Tool (QPT) 1.1.54 is installed. The patch ID is ACSD-61756. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
Affected products and versions
The patch is created for Adobe Commerce version:
- Adobe Commerce (all deployment methods) 2.4.4-p9
Compatible with Adobe Commerce versions:
- Adobe Commerce (all deployment methods) 2.4.4 - 2.4.6-p8
magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.Issue
The magento_salesrule_filter
query performs a full table scan without utilizing indexes, leading to performance degradation of the AdvancedSalesRule
filters when there are many records in the table.
Steps to reproduce:
- Checkout with multiple active sales rules.
Expected results:
Improved performance of sales rules.
Actual results:
The query performs a full table scan and fails to utilize indexes, leading to performance degradation when there are many records in the table.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool released: a new tool to self-serve quality patches in the support knowledge base.
- Check if patch is available for your Adobe Commerce issue using Quality Patches Tool in the Quality Patches Tool guide.
For info about other patches available in QPT, refer to Quality Patches Tool: Search for patches in the Quality Patches Tool guide.