Hi,
I have a use case query from the mongo db database , where I am sending the query $in with 500 records and currently working well now.If the record goes beyond , for example 7000 records, is the same query works well or I need to do alternative logic for achieve this. Can any one please tell me , using thousands of records in $in query cause any performance issue using node js mongodb library and I am using Mongo DB 2.2.3.
Thanks
Soorya