How can i use explain() and hint() commands in a pipeline?
Must i analyze each single stage into db.collection.aggreate()?
Wich stage does it support these commands?
For example ( i think )
$match lookslike find()
$sort is the same as .sort()
$group looks like .sort()
Thanks for the aid