improve an index of stock table for major use cases.
you can apply this change on the existing table by the following query : ALTER TABLE stock DROP INDEX `section_uid_portal_type`, ADD INDEX `section_uid_portal_type_mirror_section_uid` (`section_uid`,`portal_type`, `mirror_section_uid`);
Showing
Please register or sign in to comment