Creating sort index mariadb

운영자 | 기사입력 2025/06/11 [02:25]
>
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
Creating sort index mariadb
 
운영자   기사입력  2025/06/11 [02:25]

 

 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 이상 

트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2025/06/11 [02:25]  최종편집: ⓒ iwav