mysql - 如何优化连表排序? - SegmentFault
2015年12月30日 - select * from a join b on a.id=b.id order by a.f1,b.f2,a.f2 limit 10 类似这种连表的order by 有办法优化么 ? 就是order by 字段来自不同的...
mysql - 如何优化连表排序? - SegmentFault
2015年12月30日 - select * from a join b on a.id=b.id order by a.f1,b.f2,a.f2 limit 10 类似这种连表的order by 有办法优化么 ? 就是order by 字段来自不同的...