MongoDB - Multikey Indexes
//
In MongoDB we can have a key that holds an array like
interests: ["swimming", "reading", "programming"], "sports":["tennis","gym"]
We can have an index on interests key. like (suppose we have a people collection and interests field in i
Read More about it from the following link : http://coding-guru.com/mongodb-multikey-indexes/ posted by Maz
MongoDB - Multikey Indexes
Tags:
0 comments: