Mongodb – Is there a way I can optimize the mongo query in order to resolve "exceeded time limit" error
I have approx. 1.1 million records in Mongo and written the below query to get the filtered data. When I am trying to run the query in mongo compass it is giving exceeded time out error. I am new to…