Skip to content
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

High database load by indexer-cron #9

Open
p24-max opened this issue Apr 9, 2024 · 0 comments
Open

High database load by indexer-cron #9

p24-max opened this issue Apr 9, 2024 · 0 comments

Comments

@p24-max
Copy link

p24-max commented Apr 9, 2024

Having the latest version 2.4.2 installed on magento 2.4.5-p5, I noticed an highly increased database load which is caused by the magento-cronjob.
I investigated and figured out that a high amount of database tables is created and dropped compared to not having this module installed:
Query: SHOW GLOBAL STATUS;
image (10)
image

As a hotfix, I changed the indexer "Smart Category Product Rule" to "UPDATE ON SAVE" which reduces the load a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant