I had like to know if somebody knows if it is possible to query the _id field with a query like this :
{$lte : ObjectId(....) , $gte : ObjectId(...)
, instead of
{$in : [ObjectId( )...lots of ObjectId.....]}
and if there is a gain in performance (i think so..)
Thanks