I am using find("report.num"); in php script
it is taking too much time and some time it shows code 0 fatal error
even exception handler is not working on it
Is there any way to optimize this as my collection is so large????
Please, provide full query. find("report.num"); has no sense. – nord_uaJan 25 at 7:28
Also provide an explain, also state the number of docs, also show us an example of the doc. – SammayeJan 25 at 8:14
You could index the fields you are selecting from the document. Also, please, provide the information that was mentioned in the above comments. – Constantine NovykovJan 25 at 8:57
Make sure you have persistent connection with MongoDB. – hilarudeensJan 25 at 9:54
find("report.num");has no sense. – nord_ua Jan 25 at 7:28