> --
> You received this message because you are subscribed to the Google Groups
> "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to
> mongodb-user...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.
>
It doesn't have to load the object off disk because the values it
needs to check are in the index. So even though it has to look at a
lot of keys in the index, can make the decision about whether to
return the object or not solely from the key, and therefore will be a
lot faster.
On Fri, Mar 5, 2010 at 11:22 AM, Lincoln <linxb...@gmail.com> wrote: