Using $min and $max on shard key doesn’t target queries ?
Using $gte and $lt on the shard key fields inside a query will cause it the query to be targeted to only the appropriate shards. However, using the $min and $max query operators (while hinting on the shard key) doesn’t…