Creating sort index select id,title from section='aa' order by wdate DESC 시 발생 기존 index는 alter table aaa_news add index u_idx11(section,wdate);
아래와 같이 변경 후 Creating sort index 발생 없어짐 alter table aaa_news add index u_idx11(section,wdate desc );
마리아db 10,2 이상
|