-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Re-add the compound unique index to catalog_product_index_price_tmp #37701
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
Re-add the compound unique index to catalog_product_index_price_tmp #37701
Conversation
Hi @nicka101. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@magento run Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
…on catalog_product_index_price_temp), addressing magento#37700
73a0c63
to
90e4ecc
Compare
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
Hi @nicka101 So, can I recommend implementing other ways to resolve this issue? or similar changes to delete queries, like
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @nicka101, Thank you for your contribution! As we have been unable to get any reply from your side for a long time, we are closing this PR for now. Whenever you are ready to take this up please free to reopen it or ask us to reopen the same. We will be happy to do that. Thanks again! |
Well, the downtime for inserts is FAR more marginal than speed up on delete query. I understand it is not ideal, but having those indexes is a real improvement. |
Addresses #37700
Description (*)
Adds a composite unique constraint back to catalog_product_index_price_tmp (and by extension catalog_product_index_price_temp), to make the join used in deleteOutdatedData performant on large stores
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)