$in 运算符内的数组可以有多大?
db.Collection.aggregate([
{$match: {field_A: {$in: [el_1, el_2, ...]}}}
])
[el_1, el_2, ...] 的限制是多少?它可以有多少个元素?以兆字节为单位可以有多大?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论