[Compound indexes]: Query first field, then sort by _creationTime
_creationTime is automatically added as the final index field to all indexes ?Wouldn't it be possible to implement something like a
q.all that just aggregates/ignores a particular index field? For example:Maybe this would be less efficient since we would need to re-sort all documents after aggregating over one of the further nested index fields?

