query statement as follows: select * from table where index column in (xx,yy,zz,.) expect it to trigger the index, but sometimes the index cannot be triggered when there are too many elements. what is the reason for this? ...
for example, the order in which I typed is {id: {$in: [1pg4]}}, how can I make the results returned by mongodb return the corresponding data in this order? ...