Mysql: I have previously read a saying that inconsistent sorting of items after order by will lead to the invalidation of federated indexes, such as
order by a ASC, b DESC, c DESC
an ascending order, b descending order, sorting inconsistency, index (arecine bjournal c) invalidation
but you can also specify sorting when building an index
if you build an index (an ASC, b DESC, c DESC)
then will the order by an ASC, b DESC, c DESC statement index still fail?