|
|
|
|
|
by lneves
5715 days ago
|
|
Yes I've looked at them. I use them every day.
The example you posted its difficult to parse because it deals with multidimensional arrays and also populating one in the inner query. The simple, and much more common case of one dimension arrays is very straightforward. Can you show me the equivalent in MongoDB? About the performance/scalability warning; I don't deal with very large arrays, a couple hundred items max, and when using a GIN index over the array field, search queries are screamingly fast. |
|
http://www.mongodb.org/display/DOCS/Dot+Notation+%28Reaching...