-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] Remove unnecessary clause from price index queries #32382
Comments
Hi @engcom-November. Thank you for working on this issue.
|
✅ Jira issue https://jira.corp.adobe.com/browse/AC-6996 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-November. Thank you for verifying the issue. |
This issue is automatically created based on existing pull request: #32223: Remove unnecessary clause from price index queries
Description (*)
This removes a line that was rendered unnecesary by #22575. Currently there are two filters in the where clause for entity ID's. Since the second one explicitly lists the individual entity ID's, the BETWEEN AND clause is redundant. In testing on mariadb 10.2 and 10.3, removing the BETWEEN AND clause yields significant improvements in catalog price indexer performance on stores with large catalogs.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
The text was updated successfully, but these errors were encountered: