标签: mongodb indexing
为什么查询:{ $or: [ {tags: {$in: ['foo']}}, {tags: {$nin: ['bar']}} ] }不使用tags上的索引?
{ $or: [ {tags: {$in: ['foo']}}, {tags: {$nin: ['bar']}} ] }
tags