mysql 使用order by 排序时性能过慢

解决方法,修改默认排序

alter table [table_name] ORDER BY 排序方式

注意:

mysql 修改默认排序_其他