MySQL index: how to build this query condition?

select * from test_table where a=xx1 and b=xx2 and c=xx3 group by dailxx4;
ask the bosses, this kind of query condition, so how to build it? Do you want to build a single index or a composite index? Answers and reasons.
I hope the bosses can mention an analysis process, instead of simply saying that they need to build it and so on. Thanks

Mar.04,2021
Menu