The documentation says: If you have a composite index in several fields, you can use it to query at the beginning of a subset of fields. Therefore, if you have a pointer to a, b, c, you can use the request to a, b a, b, c
My question is: if I have a composite index, for example a, b, c, can I ask a, c and sort by c?
source
share