'How large can an array be inside the $in operator?
db.Collection.aggregate([
{$match: {field_A: {$in: [el_1, el_2, ...]}}}
])
What is the limit to [el_1, el_2, ...]? How many elements can it have? How large can it be in terms of megabytes?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
