• Kazuhiko Shiozaki's avatar
    improve an index of stock table for major use cases. · 033e6d63
    Kazuhiko Shiozaki authored
    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`);
    033e6d63
z_create_stock.xml 3.45 KB