Closed
Description
This issue is automatically created based on existing pull request: #35564: MariaDB Casting is too slow
When the MariaDB is try to cast the entitys_ids from string to integer is to slow,
Check: #27129
Description (*)
Related Pull Requests
Fixed Issues (if relevant)
- Fixes magento/magento2#<issue_number>
Manual testing scenarios (*)
- Change value for simple products to 50000 for example (setup/performance-toolkit/profiles/ce/small.xml);
- Run in console: bin/magento setup:perf:generate-fixtures /var/www/html/magento24/setup/performance-toolkit/profiles/ce/small.xml for example
- Reindex
In this PR, when you try to reindex EAV, the query can be vary from:
- [before] with quotes -> 7882 rows in set (34.460 sec)
- [after] no quotes -> 7882 rows in set (0.086 sec)
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Done