select * from (sele * from 表) order by ta_code。括号里面是一个联合查询,加了order by响应速度要9秒。不加只要1秒。请问怎么优化?
收起
使用物化视图
报告相同问题?