Subject Re: How to mix ascending and descending fields in one index
Author kokok_kokok
I want to improve the performance of

select * from foo order by a asc, b desc



If I create 2 indexs, the plan is "natural" and the indexs are not used.